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:
Peter Hutterer 2019-10-30 10:43:18 +10:00
parent 3819b21967
commit 2f22580deb

View file

@ -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);