compositor.h: Remove unused variable from weston_seat structure
authorChris Michael <cp.michael@samsung.com>
Wed, 18 Nov 2015 15:22:59 +0000 (10:22 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Tue, 24 Nov 2015 07:47:04 +0000 (23:47 -0800)
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@samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
src/compositor.h

index e64f30c..0719abd 100644 (file)
@@ -561,7 +561,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;
 };