summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformopenglcontext_qpa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformopenglcontext_qpa.h')
-rw-r--r--src/gui/kernel/qplatformopenglcontext_qpa.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gui/kernel/qplatformopenglcontext_qpa.h b/src/gui/kernel/qplatformopenglcontext_qpa.h
index 902ccdec6d..6fb8da25c1 100644
--- a/src/gui/kernel/qplatformopenglcontext_qpa.h
+++ b/src/gui/kernel/qplatformopenglcontext_qpa.h
@@ -52,21 +52,6 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Gui)
-class Q_GUI_EXPORT QPlatformSurface
-{
-public:
- virtual QSurfaceFormat format() const = 0;
-
- QSurface::SurfaceType surfaceType() const { return m_type; }
-
-private:
- QPlatformSurface(QSurface::SurfaceType type) : m_type(type) {}
-
- QSurface::SurfaceType m_type;
-
- friend class QPlatformWindow;
-};
-
class QPlatformOpenGLContextPrivate;
class Q_GUI_EXPORT QPlatformOpenGLContext