summaryrefslogtreecommitdiff
path: root/src/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter.h')
-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,