examples: Remove clutter_x11_enable_xinput()

It is unnecessary, and deprecated.
This commit is contained in:
Emmanuele Bassi 2012-12-18 01:24:35 +00:00
parent 6d2ab8fe51
commit 9016cba473

View File

@ -118,10 +118,6 @@ main (int argc, char *argv[])
{
ClutterActor *stage, *scroll, *info;
#ifdef CLUTTER_WINDOWING_X11
clutter_x11_enable_xinput ();
#endif
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
return EXIT_FAILURE;