filter: Remove unused variable
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
e82f8e4b0f
commit
f707e8145b
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user