From 5eafd375992db13581bc7376c02488f98198f980 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Thu, 18 Sep 2014 17:02:39 -0500 Subject: [PATCH] cosmetic: Remove prototype for nonexistent create_linear_acceleration_filter() Signed-off-by: Peter Hutterer --- src/filter.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/filter.h b/src/filter.h index 31ac7ebe..85534952 100644 --- a/src/filter.h +++ b/src/filter.h @@ -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, -- 2.34.1