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:
José Expósito 2025-06-24 10:12:12 +02:00
parent e99f0c995e
commit ed3cb9cc48

View file

@ -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