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 a9f3975672..9c03dca7e5 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -88,8 +88,6 @@ struct vo_wayland_window {
struct wl_surface *surface;
struct wl_shell_surface *shell_surface;
- struct wl_buffer *buffer;
- struct wl_callback *callback;
int events; /* mplayer events */
@@ -105,9 +103,6 @@ struct vo_wayland_input {
struct xkb_context *context;
struct xkb_keymap *keymap;
struct xkb_state *state;
- xkb_mod_mask_t shift_mask;
- xkb_mod_mask_t control_mask;
- xkb_mod_mask_t alt_mask;
} xkb;
};