summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/qwindow-compositor/qwindowcompositor.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/qwindow-compositor/qwindowcompositor.cpp b/examples/qwindow-compositor/qwindowcompositor.cpp
index 42e12de1c..6e571ced3 100644
--- a/examples/qwindow-compositor/qwindowcompositor.cpp
+++ b/examples/qwindow-compositor/qwindowcompositor.cpp
@@ -59,15 +59,6 @@ QWindowCompositor::QWindowCompositor(QOpenGLWindow *window)
, m_draggingWindow(0)
, m_dragKeyIsPressed(false)
{
- // Enable the following to have all QTouchEvent-specific data delivered
- // using a custom protocol extension.
- // enableTouchExtension();
-
- // Enable the following to have mouse events generated from touch
- // on client side. This is not the same as synthesizing mouse events
- // in the compositor because it avoids sending data through the wire.
- // configureTouchExtension(WaylandCompositor::TouchExtMouseFromTouch);
-
enableSubSurfaceExtension();
m_window->makeCurrent();