Remove stale createGLIntegration functions

They are not used anymore since QtWaylandClient supports subclassing
QWaylandIntegration

Change-Id: I847a412725c4ce06377886b44236f9793b609399
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
Jorgen Lind 2013-11-22 14:30:50 +01:00 committed by The Qt Project
parent 11b385740b
commit 61b25e0055

View File

@ -67,8 +67,6 @@ public:
virtual QWaylandWindow *createEglWindow(QWindow *window) = 0;
virtual QPlatformOpenGLContext *createPlatformOpenGLContext(const QSurfaceFormat &glFormat, QPlatformOpenGLContext *share) const = 0;
static QWaylandClientBufferIntegration *createGLIntegration(QWaylandDisplay *waylandDisplay);
};
QT_END_NAMESPACE