aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorGravatar Alexander Preisinger <alexander.preisinger@gmail.com>2013-05-02 20:14:44 +0200
committerGravatar Alexander Preisinger <alexander.preisinger@gmail.com>2013-05-02 21:01:19 +0200
commit57e0a847156f0bc7e16b30093b915525451200ff (patch)
tree483a275b27e0cb2f7df9ef71653aef8e2e72c971 /video/out/wayland_common.h
parentc0b8c35e3ba858ef8e5e47ebc45ccaa88ef86348 (diff)
wayland: remove unused stuff
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;
};