examples: Remove clutter_x11_enable_xinput()
It is unnecessary, and deprecated.
This commit is contained in:
parent
6d2ab8fe51
commit
9016cba473
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue