filter: Remove unused variable

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2013-11-12 21:52:03 +01:00
parent 75f453df6a
commit fdf50bc34b
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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 *