summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2014-09-18 16:46:48 -0500
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-09-22 10:16:38 +0300
commit8f7d30a466be555dc0670f651e0aec42bed08684 (patch)
tree6fa3eecd201d0090fec37bdc72bcd70a1f66cca4
parentb94403b0ec5a0b3a62a48c97b79f51379b2509f2 (diff)
cosmetic: Remove prototype for nonexistent function
-rw-r--r--src/filter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filter.h b/src/filter.h
index dad538b2..34d0f814 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,