Skip to content

Commit

Permalink
tablet: remove obsolete BTN_TOUCH case
Browse files Browse the repository at this point in the history
We filter BTN_TOUCH in the caller, so this cannot happen here.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Feb 7, 2018
1 parent 5ec1dcb commit 2872cb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/evdev-tablet.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,6 @@ tablet_update_button(struct tablet_dispatch *tablet,
uint32_t enable)
{
switch (evcode) {
case BTN_TOUCH:
return;
case BTN_LEFT:
case BTN_RIGHT:
case BTN_MIDDLE:
Expand Down

0 comments on commit 2872cb4

Please sign in to comment.