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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index befc7edc8b..1d5b2a21d2 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -22,8 +22,6 @@
#include "input/event.h"
#include "vo.h"
-struct vo_wayland_seat;
-
typedef struct {
uint32_t format;
uint32_t padding;
@@ -158,7 +156,6 @@ struct vo_wayland_state {
struct wl_surface *cursor_surface;
bool cursor_visible;
int allocated_cursor_scale;
- struct vo_wayland_seat *cursor_seat;
};
bool vo_wayland_check_visible(struct vo *vo);