main: Remove call to clutter_x11_enable_xinput
The call is deprecated and is called by default upstream. https://bugzilla.gnome.org/show_bug.cgi?id=691363
This commit is contained in:
parent
66d37e06ba
commit
afbca61524
1 changed files with 0 additions and 2 deletions
|
@ -301,8 +301,6 @@ static GSourceFuncs event_funcs = {
|
|||
static void
|
||||
meta_clutter_init (void)
|
||||
{
|
||||
clutter_x11_enable_xinput ();
|
||||
|
||||
clutter_x11_set_display (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()));
|
||||
clutter_x11_disable_event_retrieval ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue