summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp')
-rw-r--r--src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp b/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp
index 881dbcc0d..b0a426704 100644
--- a/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp
+++ b/src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp
@@ -83,11 +83,7 @@ void QWaylandEglIntegration::initialize()
bool QWaylandEglIntegration::supportsThreadedOpenGL() const
{
-#ifdef WAYLAND_CLIENT_THREAD_AFFINITY
- return true;
-#else
return false;
-#endif
}
QWaylandWindow *QWaylandEglIntegration::createEglWindow(QWindow *window)