From daac778f1638dd8372ff4c22c89504882c8a4c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 8 Nov 2012 17:17:48 +0100 Subject: [PATCH] ui: Remove obsolete GTK+ version check --- src/ui/ui.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/ui.c b/src/ui/ui.c index e21c69cb7..9335e18ca 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -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));