mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 02:20:05 +01:00
tablet: remove obsolete BTN_TOUCH case
We filter BTN_TOUCH in the caller, so this cannot happen here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5ec1dcbfb4
commit
2872cb4dec
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue