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.
This commit is contained in:
parent
9d40fafa2a
commit
13c722c026
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user