From f3f4e048d8c08d4d578c85dbb32cc80314814d6f Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sun, 24 Jul 2016 00:40:26 +0100 Subject: wayland_common: remove untested/unusable wayland dnd code Not worth keeping 200 lines of untestable as of today code which might be broken, if it hasn't been already. --- video/out/wayland_common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'video/out/wayland_common.h') 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; }; -- cgit v1.2.3