summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-17 12:05:57 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-18 08:21:19 +0200
commitda68749fdbbdca0a946d6b6334d2709c47f8a23d (patch)
tree1715f900cfe3ff506b6f3aaeecdce2bfab5d2fc0 /src/opengl/qgl.h
parent730382a968b064df8901982e519c1b0756c1a696 (diff)
OpenGL: Remove Q_WS_ defines.
Change-Id: I351a910968ff7f46550af5b3742959cb0cab540d Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index 863e5902df..5f164440be 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -83,9 +83,6 @@ QT_BEGIN_NAMESPACE
QT_MODULE(OpenGL)
-#if defined(Q_WS_WIN) || defined(Q_WS_MAC)
-class QGLCmap;
-#endif
class QPixmap;
class QGLWidgetPrivate;
@@ -371,13 +368,6 @@ private:
friend class QGLExtensions;
friend class QGLTexture;
friend QGLFormat::OpenGLVersionFlags QGLFormat::openGLVersionFlags();
-#ifdef Q_WS_MAC
-public:
- void updatePaintDevice();
-private:
- friend class QMacGLWindowChangeEvent;
- friend QGLContextPrivate *qt_phonon_get_dptr(const QGLContext *);
-#endif
friend class QGLFramebufferObject;
friend class QGLFramebufferObjectPrivate;
friend class QGLFBOGLPaintDevice;
@@ -493,9 +483,6 @@ protected:
private:
Q_DISABLE_COPY(QGLWidget)
-#ifdef Q_WS_MAC
- friend class QMacGLWindowChangeEvent;
-#endif
friend class QGLDrawable;
friend class QGLPixelBuffer;
friend class QGLPixelBufferPrivate;