mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 23:58:26 +02:00
compositor: remove unused member from wlsc_input_device
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
402ae6d6c2
commit
c069dd548f
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ struct wlsc_input_device {
|
|||
int32_t hotspot_x, hotspot_y;
|
||||
struct wl_list link;
|
||||
uint32_t modifier_state;
|
||||
struct wl_selection *selection;
|
||||
|
||||
struct wl_list drag_resource_list;
|
||||
struct wlsc_data_source *drag_data_source;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue