From 13c722c026f272fe9d9d2c67088bad02b5b1f0be Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 20 Jul 2015 13:05:06 +0100 Subject: [PATCH] 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. --- clutter/x11/clutter-x11.h | 12 ------------ 1 file changed, 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 @@ -67,18 +67,6 @@ typedef enum { 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 */