mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 17:30:28 +01:00
test: remove an unused variable in the totem tests
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1184>
This commit is contained in:
parent
923e8e43db
commit
34b3881d24
1 changed files with 0 additions and 2 deletions
|
|
@ -456,7 +456,6 @@ START_TEST(totem_button_up_on_delete)
|
|||
{
|
||||
struct libinput *li = litest_create_context();
|
||||
struct litest_device *dev = litest_add_device(li, LITEST_DELL_CANVAS_TOTEM);
|
||||
struct libevdev *evdev = libevdev_new();
|
||||
|
||||
litest_tablet_proximity_in(dev, 10, 10, NULL);
|
||||
litest_drain_events(li);
|
||||
|
|
@ -474,7 +473,6 @@ START_TEST(totem_button_up_on_delete)
|
|||
litest_assert_tablet_tip_event(li, LIBINPUT_TABLET_TOOL_TIP_UP);
|
||||
litest_assert_tablet_proximity_event(li,
|
||||
LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT);
|
||||
libevdev_free(evdev);
|
||||
litest_destroy_context(li);
|
||||
}
|
||||
END_TEST
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue