summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-05-10 12:42:31 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-07-16 19:08:06 +0200
commit5785d8cde036cf336a174731bfa5ebf32250c80f (patch)
treeee5ad337a7fbaee5d03c53800741a35fe6acf4ef
parenta2937a47bb17238698540e9a2776b0ca3ac087bc (diff)
downloadmutter-5785d8cde036cf336a174731bfa5ebf32250c80f.tar.gz
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>
-rw-r--r--src/backends/native/meta-seat-impl.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/backends/native/meta-seat-impl.c b/src/backends/native/meta-seat-impl.c
index 3a8fb847f..26db30bd4 100644
--- a/src/backends/native/meta-seat-impl.c
+++ b/src/backends/native/meta-seat-impl.c
@@ -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,