mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-09 07:30:15 +01:00
test: remove a useless assignment
copy/paste error that makes coverity unhappy. This is the code to correctly release all touches and the buttons have already been processed above - no need to reassign here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3819b21967
commit
2f22580deb
1 changed files with 0 additions and 1 deletions
|
|
@ -1037,7 +1037,6 @@ START_TEST(touchpad_clickfinger_click_drag)
|
|||
} else {
|
||||
litest_event(dev, EV_KEY, BTN_TOOL_DOUBLETAP, 0);
|
||||
}
|
||||
button = BTN_MIDDLE;
|
||||
}
|
||||
|
||||
litest_touch_up(dev, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue