mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 16:10:07 +01:00
touchpad: remove unused field multitap_last_time
Unused since d92ae62dad
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7f16a8818d
commit
25ab3d4615
2 changed files with 0 additions and 2 deletions
|
|
@ -561,7 +561,6 @@ tp_tap_multitap_handle_event(struct tp_dispatch *tp,
|
|||
break;
|
||||
case TAP_EVENT_TOUCH:
|
||||
tp->tap.state = TAP_STATE_MULTITAP_DOWN;
|
||||
tp->tap.multitap_last_time = time;
|
||||
tp_tap_notify(tp, time, 1, LIBINPUT_BUTTON_STATE_PRESSED);
|
||||
tp_tap_set_timer(tp, time);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -312,7 +312,6 @@ struct tp_dispatch {
|
|||
struct libinput_timer timer;
|
||||
enum tp_tap_state state;
|
||||
uint32_t buttons_pressed;
|
||||
uint64_t multitap_last_time;
|
||||
|
||||
bool drag_lock_enabled;
|
||||
} tap;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue