mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-24 05:30:40 +01:00
fallback: Remove fallback_init_debounce() declaration
A leftover from commit 2c6fa261a3 ("evdev: replace the debounce
handler with a plugin")
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1247>
This commit is contained in:
parent
e99f0c995e
commit
ed3cb9cc48
1 changed files with 0 additions and 1 deletions
|
|
@ -231,7 +231,6 @@ get_key_down_count(struct evdev_device *device, evdev_usage_t usage)
|
|||
return device->key_count[code];
|
||||
}
|
||||
|
||||
void fallback_init_debounce(struct fallback_dispatch *dispatch);
|
||||
void fallback_debounce_handle_state(struct fallback_dispatch *dispatch,
|
||||
uint64_t time);
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue