summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-07-20 13:05:06 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-07-20 13:05:06 +0100
commit13c722c026f272fe9d9d2c67088bad02b5b1f0be (patch)
treef007127dc7a17ede7c3b3e9fe4398daa82c6396e
parent9d40fafa2a62db1a7bab5d339a0211b5cbce962e (diff)
downloadclutter-13c722c026f272fe9d9d2c67088bad02b5b1f0be.tar.gz
x11: Remove unused enumeration
The ClutterX11XInputEventTypes enumeration has been unused inside Clutter for the past 4 years and a half, since we switched to the XInput 2 API. The enumeration itself has always been private, and nobody should have used it in the first place, but if something breaks, we can revert this commit.
-rw-r--r--clutter/x11/clutter-x11.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/clutter/x11/clutter-x11.h b/clutter/x11/clutter-x11.h
index 96e6f84f4..e3204f393 100644
--- a/clutter/x11/clutter-x11.h
+++ b/clutter/x11/clutter-x11.h
@@ -68,18 +68,6 @@ CLUTTER_AVAILABLE_IN_ALL
GType clutter_x11_filter_return_get_type (void) G_GNUC_CONST;
/*
- * This is an internal only enumeration; it should really be private
- */
-typedef enum {
- CLUTTER_X11_XINPUT_KEY_PRESS_EVENT = 0,
- CLUTTER_X11_XINPUT_KEY_RELEASE_EVENT,
- CLUTTER_X11_XINPUT_BUTTON_PRESS_EVENT,
- CLUTTER_X11_XINPUT_BUTTON_RELEASE_EVENT,
- CLUTTER_X11_XINPUT_MOTION_NOTIFY_EVENT,
- CLUTTER_X11_XINPUT_LAST_EVENT
-} ClutterX11XInputEventTypes;
-
-/*
* This is not used any more
*/
typedef struct _ClutterX11XInputDevice ClutterX11XInputDevice;