mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-08 23:00:33 +01:00
cosmetic: Remove prototype for nonexistent create_linear_acceleration_filter()
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
45299593c0
commit
5eafd37599
1 changed files with 0 additions and 3 deletions
|
|
@ -52,9 +52,6 @@ struct motion_filter {
|
|||
struct motion_filter_interface *interface;
|
||||
};
|
||||
|
||||
struct motion_filter *
|
||||
create_linear_acceleration_filter(double speed);
|
||||
|
||||
typedef double (*accel_profile_func_t)(struct motion_filter *filter,
|
||||
void *data,
|
||||
double velocity,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue