summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index cf659fb8e6..4bb90d6520 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -136,11 +136,6 @@ struct vo_wayland_state {
struct xkb_keymap *keymap;
struct xkb_state *state;
} xkb;
-
- struct wl_data_device_manager *devman;
- struct wl_data_device *datadev;
- struct wl_data_offer *offer;
- int dnd_fd;
} input;
};