mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 05:28:01 +02:00
filter: Remove unused variable
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
75f453df6a
commit
fdf50bc34b
2 changed files with 0 additions and 2 deletions
|
|
@ -323,7 +323,6 @@ create_pointer_accelator_filter(accel_profile_func_t profile)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
filter->base.interface = &accelerator_interface;
|
filter->base.interface = &accelerator_interface;
|
||||||
wl_list_init(&filter->base.link);
|
|
||||||
|
|
||||||
filter->profile = profile;
|
filter->profile = profile;
|
||||||
filter->last_velocity = 0.0;
|
filter->last_velocity = 0.0;
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@ struct weston_motion_filter_interface {
|
||||||
|
|
||||||
struct weston_motion_filter {
|
struct weston_motion_filter {
|
||||||
struct weston_motion_filter_interface *interface;
|
struct weston_motion_filter_interface *interface;
|
||||||
struct wl_list link;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
WL_EXPORT struct weston_motion_filter *
|
WL_EXPORT struct weston_motion_filter *
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue