[PATCH libinput 3/5] fallback: drop unused ratelimit struct

Peter Hutterer peter.hutterer at who-t.net
Tue Nov 14 04:12:59 UTC 2017


This one is present in the parent evdev device

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/evdev-fallback.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/evdev-fallback.h b/src/evdev-fallback.h
index c22f3b3f..e8783d4b 100644
--- a/src/evdev-fallback.h
+++ b/src/evdev-fallback.h
@@ -47,11 +47,6 @@ struct fallback_dispatch {
 	struct {
 		struct device_coords point;
 		int32_t seat_slot;
-
-		struct {
-			struct device_coords min, max;
-			struct ratelimit range_warn_limit;
-		} warning_range;
 	} abs;
 
 	struct {
-- 
2.13.6



More information about the wayland-devel mailing list