mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 16:20:29 +01:00
test: fix a bunch of "unused variable" warnings
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b2c82046fd
commit
50a0f79fe3
1 changed files with 0 additions and 8 deletions
|
|
@ -219,8 +219,6 @@ START_TEST(touchpad_1fg_clickfinger)
|
|||
{
|
||||
struct litest_device *dev = litest_create_device(LITEST_BCM5974);
|
||||
struct libinput *li = dev->libinput;
|
||||
struct libinput_event *event;
|
||||
struct libinput_event_pointer *ptrev;
|
||||
|
||||
litest_drain_events(li);
|
||||
|
||||
|
|
@ -246,8 +244,6 @@ START_TEST(touchpad_2fg_clickfinger)
|
|||
{
|
||||
struct litest_device *dev = litest_create_device(LITEST_BCM5974);
|
||||
struct libinput *li = dev->libinput;
|
||||
struct libinput_event *event;
|
||||
struct libinput_event_pointer *ptrev;
|
||||
|
||||
litest_drain_events(li);
|
||||
|
||||
|
|
@ -275,9 +271,6 @@ START_TEST(touchpad_btn_left)
|
|||
{
|
||||
struct litest_device *dev = litest_current_device();
|
||||
struct libinput *li = dev->libinput;
|
||||
struct libinput_event *event;
|
||||
struct libinput_event_pointer *ptrev;
|
||||
enum libinput_pointer_button_state btnstate;
|
||||
|
||||
litest_drain_events(li);
|
||||
|
||||
|
|
@ -319,7 +312,6 @@ START_TEST(clickpad_click_n_drag)
|
|||
struct litest_device *dev = litest_current_device();
|
||||
struct libinput *li = dev->libinput;
|
||||
struct libinput_event *event;
|
||||
struct libinput_event_pointer *ptrev;
|
||||
|
||||
litest_drain_events(li);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue