diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-06-23 11:59:39 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-06-23 12:01:55 (GMT) |
commit | e7a423571981294a8e0d27f041ff9296711b15e6 (patch) | |
tree | 8224e497428963a599a278af8b894be91b98588b /src/opengl | |
parent | a2be3a026b1a18a14782c11fd89427e707b0d270 (diff) | |
download | Qt-e7a423571981294a8e0d27f041ff9296711b15e6.zip Qt-e7a423571981294a8e0d27f041ff9296711b15e6.tar.gz Qt-e7a423571981294a8e0d27f041ff9296711b15e6.tar.bz2 |
Remove dead code (QPlatformGLWidgetSurface).
Reviewed-by: jorgen
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h index 8da48ed..f0b36f7 100644 --- a/src/opengl/qgl.h +++ b/src/opengl/qgl.h @@ -128,10 +128,6 @@ class QGLOverlayWidget; class QGLWidgetPrivate; class QGLContextPrivate; -#ifdef Q_WS_LITE -class QPlatformGLWidgetSurface; -#endif - // Namespace class: namespace QGL { @@ -539,11 +535,6 @@ public: void drawTexture(const QPointF &point, QMacCompatGLuint textureId, QMacCompatGLenum textureTarget = GL_TEXTURE_2D); #endif -#ifdef Q_WS_LITE - // Used by the platform context to get at the surface which it created for the glwidget: - QPlatformGLWidgetSurface* platformSurface(); -#endif - public Q_SLOTS: virtual void updateGL(); virtual void updateOverlayGL(); |