summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/brcm-egl
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2013-11-22 14:30:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-27 21:19:19 +0100
commit9a7e2ba9ae0ee719ed6afaa3e74cf9be9218f380 (patch)
tree560ac83e1aa2d3c45852258d4d445ef9044b6af9 /src/hardwareintegration/client/brcm-egl
parentb9ffcbc7c470c5b8e02fcaf872d0506226ed4935 (diff)
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>
Diffstat (limited to 'src/hardwareintegration/client/brcm-egl')
-rw-r--r--src/hardwareintegration/client/brcm-egl/qwaylandbrcmeglintegration.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hardwareintegration/client/brcm-egl/qwaylandbrcmeglintegration.cpp b/src/hardwareintegration/client/brcm-egl/qwaylandbrcmeglintegration.cpp
index f82ad6f97..197f4d2ce 100644
--- a/src/hardwareintegration/client/brcm-egl/qwaylandbrcmeglintegration.cpp
+++ b/src/hardwareintegration/client/brcm-egl/qwaylandbrcmeglintegration.cpp
@@ -124,9 +124,4 @@ EGLDisplay QWaylandBrcmEglIntegration::eglDisplay() const
return m_eglDisplay;
}
-QWaylandGLIntegration *QWaylandGLIntegration::createGLIntegration(QWaylandDisplay *waylandDisplay)
-{
- return new QWaylandBrcmEglIntegration(waylandDisplay);
-}
-
QT_END_NAMESPACE