From ec103617c2fa67b0ac3d56aae5ca4b069efbaf48 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 27 Oct 2014 12:40:11 +0100 Subject: [PATCH] eglfs: Remove unused member variable Change-Id: I45cdf79c14b823b3e93ed0e0923cb687a0ea17c7 Reviewed-by: Louai Al-Khanji --- src/plugins/platforms/eglfs/qeglfsscreen.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.h b/src/plugins/platforms/eglfs/qeglfsscreen.h index 4938d66538..132646d7a6 100644 --- a/src/plugins/platforms/eglfs/qeglfsscreen.h +++ b/src/plugins/platforms/eglfs/qeglfsscreen.h @@ -77,7 +77,6 @@ protected: private: friend class QEglFSWindow; - EGLDisplay m_dpy; EGLSurface m_surface; QEGLPlatformCursor *m_cursor; QEGLPlatformWindow *m_rootWindow;