Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
@ -323,7 +323,6 @@ create_pointer_accelator_filter(accel_profile_func_t profile)
return NULL;
filter->base.interface = &accelerator_interface;
wl_list_init(&filter->base.link);
filter->profile = profile;
filter->last_velocity = 0.0;
@ -50,7 +50,6 @@ struct weston_motion_filter_interface {
struct weston_motion_filter {
struct weston_motion_filter_interface *interface;
struct wl_list link;
};
WL_EXPORT struct weston_motion_filter *