[PATCH] compositor.h: Remove unused variable from weston_seat structure

Chris Michael cp.michael at samsung.com
Wed Nov 18 07:22:59 PST 2015


This variable may have been used previously when evdev.c was used
however that functionality seems to have been consumed by libinput, so
there is no need for this variable in the weston_seat structure anymore.

Signed-off-by: Chris Michael <cp.michael at samsung.com>
---
 src/compositor.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/compositor.h b/src/compositor.h
index f3e0075..669d6c9 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -536,7 +536,6 @@ struct weston_seat {
 
 	void (*led_update)(struct weston_seat *ws, enum weston_led leds);
 
-	uint32_t slot_map;
 	struct input_method *input_method;
 	char *seat_name;
 };
-- 
2.6.2



More information about the wayland-devel mailing list