From da68749fdbbdca0a946d6b6334d2709c47f8a23d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 17 Oct 2011 12:05:57 +0200 Subject: OpenGL: Remove Q_WS_ defines. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I351a910968ff7f46550af5b3742959cb0cab540d Reviewed-by: Samuel Rødal --- src/opengl/qgl.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/opengl/qgl.h') 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; -- cgit v1.2.3