1
0
Fork 0

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:
Jasper St. Pierre 2013-01-08 14:52:51 -05:00
parent 66d37e06ba
commit afbca61524

View file

@ -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 ();