1
0
Fork 0

ui: Remove obsolete GTK+ version check

This commit is contained in:
Florian Müllner 2012-11-08 17:17:48 +01:00
parent 93a16f6d43
commit daac778f16

View file

@ -66,9 +66,7 @@ meta_ui_init (void)
* GDK will no longer generate the core XEvents we process.
* So at least for now, enforce the previous behavior.
*/
#if GTK_CHECK_VERSION(2, 91, 7)
gdk_disable_multidevice ();
#endif
if (!gtk_init_check (NULL, NULL))
meta_fatal ("Unable to open X display %s\n", XDisplayName (NULL));