filter: Remove unused variable

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
dev
Jonas Ådahl 11 years ago committed by Kristian Høgsberg
parent e82f8e4b0f
commit f707e8145b
  1. 1
      src/filter.c
  2. 1
      src/filter.h

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

Loading…
Cancel
Save