summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-11-26 06:33:17 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-12-02 11:06:27 +1000
commit8be0813e177dc2742d1b29e7d1ad16c3b5de4185 (patch)
tree464f61671abc8c0c5de6b2614a61a9397f3bd2db /tools
parentd070463a72c5c1fe6c8ece7a1cec23df68bed25d (diff)
tablet: drop the tool type 'finger' from the tablet interface
If it's a finger, it's a touchscreen or a touchpad, not a tablet. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/event-debug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/event-debug.c b/tools/event-debug.c
index bb32f4b2..fd4033a3 100644
--- a/tools/event-debug.c
+++ b/tools/event-debug.c
@@ -478,9 +478,6 @@ print_proximity_event(struct libinput_event *ev)
case LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH:
tool_str = "airbrush";
break;
- case LIBINPUT_TABLET_TOOL_TYPE_FINGER:
- tool_str = "finger";
- break;
case LIBINPUT_TABLET_TOOL_TYPE_MOUSE:
tool_str = "mouse";
break;