aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2023-07-17 19:09:30 +0300
committerSimon Ser <contact@emersion.fr>2023-07-17 16:24:05 +0000
commit7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e (patch)
tree4bbf3d004b436c96e035917dc5e9a41bfba167b5 /include
parentc6603288fb3b1b09818e5521567735b81c087029 (diff)
data-device: remove undefined grab interface decls
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_data_device.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h
index ba067a62..85d661a7 100644
--- a/include/wlr/types/wlr_data_device.h
+++ b/include/wlr/types/wlr_data_device.h
@@ -12,15 +12,6 @@
#include <wayland-server-core.h>
#include <wlr/types/wlr_seat.h>
-extern const struct wlr_pointer_grab_interface
- wlr_data_device_pointer_drag_interface;
-
-extern const struct wlr_keyboard_grab_interface
- wlr_data_device_keyboard_drag_interface;
-
-extern const struct wlr_touch_grab_interface
- wlr_data_device_touch_drag_interface;
-
struct wlr_data_device_manager {
struct wl_global *global;
struct wl_list data_sources;