cosmetic: Remove prototype for nonexistent function
authorDerek Foreman <derekf@osg.samsung.com>
Thu, 18 Sep 2014 21:46:48 +0000 (16:46 -0500)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Mon, 22 Sep 2014 07:16:38 +0000 (10:16 +0300)
src/filter.h

index dad538b..34d0f81 100644 (file)
@@ -52,9 +52,6 @@ struct weston_motion_filter {
        struct weston_motion_filter_interface *interface;
 };
 
-WL_EXPORT struct weston_motion_filter *
-create_linear_acceleration_filter(double speed);
-
 typedef double (*accel_profile_func_t)(struct weston_motion_filter *filter,
                                       void *data,
                                       double velocity,