summaryrefslogtreecommitdiff
path: root/tests/interactive/test-touch-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/interactive/test-touch-events.c')
-rw-r--r--tests/interactive/test-touch-events.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/interactive/test-touch-events.c b/tests/interactive/test-touch-events.c
index f81545062..184924a2a 100644
--- a/tests/interactive/test-touch-events.c
+++ b/tests/interactive/test-touch-events.c
@@ -132,10 +132,6 @@ test_touch_events_main (int argc, char *argv[])
ClutterActor *stage, *canvas;
int i;
-#ifdef CLUTTER_WINDOWING_X11
- clutter_x11_enable_xinput ();
-#endif
-
/* initialize Clutter */
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
return EXIT_FAILURE;