mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 04:48:02 +02:00
test: remove double-assignment to a variable
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6a604d7c2f
commit
2bfbdfaf6b
1 changed files with 0 additions and 2 deletions
|
|
@ -3580,8 +3580,6 @@ START_TEST(touchpad_fingers_down_before_init)
|
||||||
BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP,
|
BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP,
|
||||||
BTN_TOOL_QUINTTAP};
|
BTN_TOOL_QUINTTAP};
|
||||||
|
|
||||||
dev = litest_current_device();
|
|
||||||
|
|
||||||
if (!libevdev_has_event_code(dev->evdev, EV_KEY, map[finger_count]))
|
if (!libevdev_has_event_code(dev->evdev, EV_KEY, map[finger_count]))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue