mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 02:58:02 +02:00
compositor.h: Remove unused variable from weston_seat structure
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>
This commit is contained in:
parent
b50ed17bda
commit
6172c38ef4
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue