mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 20:22:23 +00:00
examples: Remove clutter_x11_enable_xinput()
It is unnecessary, and deprecated.
This commit is contained in:
parent
6d2ab8fe51
commit
9016cba473
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user