diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-19 11:58:21 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-04-19 13:59:10 (GMT) |
commit | bdd956da27f6f4629b85bd571eb1dfbd30f9c071 (patch) | |
tree | 7d4f695d972fb3629ef18c7089c36bf71f6c0fb8 /src/plugins/platforms | |
parent | 62d0923a822a5a0f1466fa36ac24e96472d1a6d3 (diff) | |
download | Qt-bdd956da27f6f4629b85bd571eb1dfbd30f9c071.zip Qt-bdd956da27f6f4629b85bd571eb1dfbd30f9c071.tar.gz Qt-bdd956da27f6f4629b85bd571eb1dfbd30f9c071.tar.bz2 |
wayland: Remove unused EGLConfig field
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r-- | src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglwindow.h b/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglwindow.h index 549d039..856321d 100644 --- a/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglwindow.h +++ b/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglwindow.h @@ -63,7 +63,6 @@ private: QWaylandEglIntegration *mEglIntegration; QWaylandGLContext *mGLContext; struct wl_egl_window *mWaylandEglWindow; - EGLConfig mConfig; const QWaylandWindow *mParentWindow; }; |