backends/native: Remove unused array definition
This array is a relic from the input code belonging to Clutter, and is nowadays unused. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1862>
This commit is contained in:
parent
a2937a47bb
commit
5785d8cde0
@ -75,22 +75,6 @@ struct _MetaEventSource
|
||||
GPollFD event_poll_fd;
|
||||
};
|
||||
|
||||
#ifdef CLUTTER_ENABLE_DEBUG
|
||||
static const char *device_type_str[] = {
|
||||
"pointer", /* CLUTTER_POINTER_DEVICE */
|
||||
"keyboard", /* CLUTTER_KEYBOARD_DEVICE */
|
||||
"extension", /* CLUTTER_EXTENSION_DEVICE */
|
||||
"joystick", /* CLUTTER_JOYSTICK_DEVICE */
|
||||
"tablet", /* CLUTTER_TABLET_DEVICE */
|
||||
"touchpad", /* CLUTTER_TOUCHPAD_DEVICE */
|
||||
"touchscreen", /* CLUTTER_TOUCHSCREEN_DEVICE */
|
||||
"pen", /* CLUTTER_PEN_DEVICE */
|
||||
"eraser", /* CLUTTER_ERASER_DEVICE */
|
||||
"cursor", /* CLUTTER_CURSOR_DEVICE */
|
||||
"pad", /* CLUTTER_PAD_DEVICE */
|
||||
};
|
||||
#endif /* CLUTTER_ENABLE_DEBUG */
|
||||
|
||||
enum
|
||||
{
|
||||
PROP_0,
|
||||
|
Loading…
Reference in New Issue
Block a user