From: Derek Foreman Date: Thu, 18 Sep 2014 21:46:48 +0000 (-0500) Subject: cosmetic: Remove prototype for nonexistent function X-Git-Tag: 1.6.91~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f7d30a466be555dc0670f651e0aec42bed08684;p=platform%2Fupstream%2Fweston.git cosmetic: Remove prototype for nonexistent function --- diff --git a/src/filter.h b/src/filter.h index dad538b..34d0f81 100644 --- a/src/filter.h +++ b/src/filter.h @@ -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,