Cleanup leftover code in gtkplug-x11

This code was part of the GdkDeviceManagerCore hack
This commit is contained in:
Carlos Garnacho 2011-01-10 23:11:42 +01:00
parent 42ad651914
commit 733cb5e43d

View File

@ -27,21 +27,6 @@
#include "config.h"
#if 0
#ifdef XINPUT_2
/* Hack to have keyboard events interpreted
* regardless of the default device manager
*/
#define GDK_COMPILATION
#include "x11/gdkdevicemanager-core.h"
#include "x11/gdkdevicemanager-xi2.h"
#include "x11/gdkeventtranslator.h"
#undef GDK_COMPILATION
#endif /* XINPUT_2 */
#endif
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkplug.h"