cosmetic: Remove prototype for nonexistent create_linear_acceleration_filter()

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Derek Foreman 2014-09-18 17:02:39 -05:00 committed by Peter Hutterer
parent 45299593c0
commit 5eafd37599

View file

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