projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9fe09
)
test: remove duplicate tool type
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 10 Sep 2020 05:41:01 +0000
(15:41 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 22 Sep 2020 07:35:41 +0000
(17:35 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/test-tablet.c
patch
|
blob
|
history
diff --git
a/test/test-tablet.c
b/test/test-tablet.c
index
a3060f1
..
dcf1862
100644
(file)
--- a/
test/test-tablet.c
+++ b/
test/test-tablet.c
@@
-2800,7
+2800,6
@@
START_TEST(tool_type)
{ BTN_TOOL_PEN, LIBINPUT_TABLET_TOOL_TYPE_PEN },
{ BTN_TOOL_RUBBER, LIBINPUT_TABLET_TOOL_TYPE_ERASER },
{ BTN_TOOL_BRUSH, LIBINPUT_TABLET_TOOL_TYPE_BRUSH },
- { BTN_TOOL_BRUSH, LIBINPUT_TABLET_TOOL_TYPE_BRUSH },
{ BTN_TOOL_PENCIL, LIBINPUT_TABLET_TOOL_TYPE_PENCIL },
{ BTN_TOOL_AIRBRUSH, LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH },
{ BTN_TOOL_MOUSE, LIBINPUT_TABLET_TOOL_TYPE_MOUSE },