summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsscreen.h
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-06-01 12:18:45 -0700
committerQt by Nokia <qt-info@nokia.com>2012-06-05 18:48:40 +0200
commitb5e041d48d49ad684dcc8c922d47cbaa4e53574a (patch)
treea78c0a2ed32f5ff5090022b4226c597c7aa78ba2 /src/plugins/platforms/eglfs/qeglfsscreen.h
parentf35470a442286018f91cc4cdc7571a5c99926d99 (diff)
eglfs refactor: Query screen and format info from hooks
This allows boards to customize what they really work best for without having to set environment variables. Change-Id: Ib40c3a870ade568f66e37e621a8abc6b17e39411 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfsscreen.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.h b/src/plugins/platforms/eglfs/qeglfsscreen.h
index 7b8860e9df..9b67e29763 100644
--- a/src/plugins/platforms/eglfs/qeglfsscreen.h
+++ b/src/plugins/platforms/eglfs/qeglfsscreen.h
@@ -75,9 +75,6 @@ private:
void createAndSetPlatformContext();
EGLDisplay m_dpy;
- QRect m_geometry;
- int m_depth;
- QImage::Format m_format;
QPlatformOpenGLContext *m_platformContext;
EGLSurface m_surface;
EGLNativeWindowType m_window;