summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-seat.h')
-rw-r--r--src/wayland/meta-wayland-seat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wayland/meta-wayland-seat.h b/src/wayland/meta-wayland-seat.h
index 3c968ef9c..c5c88e246 100644
--- a/src/wayland/meta-wayland-seat.h
+++ b/src/wayland/meta-wayland-seat.h
@@ -54,12 +54,10 @@ struct _MetaWaylandDataSource
struct _MetaWaylandSeat
{
struct wl_list base_resource_list;
- struct wl_signal destroy_signal;
uint32_t selection_serial;
MetaWaylandDataSource *selection_data_source;
struct wl_listener selection_data_source_listener;
- struct wl_signal selection_signal;
struct wl_list data_device_resource_list;
MetaWaylandPointer pointer;