summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-07-03 18:59:52 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-07-03 18:59:52 +0200
commit17e5542574e4e5ab869e913f0ae58aeb2e4ff50f (patch)
treea35ffd99908bfe95192f1c8c242647ed1c6581b4 /video
parent8ea39d548b09061adaabd0bab73f0770f41b69ec (diff)
downloadmpv-17e5542574e4e5ab869e913f0ae58aeb2e4ff50f.tar.bz2
mpv-17e5542574e4e5ab869e913f0ae58aeb2e4ff50f.tar.xz
wayland: remove unused members
Diffstat (limited to 'video')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 5d8df2c4bc..d55fcc0bbc 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -48,7 +48,6 @@ struct vo_wayland_output {
};
struct vo_wayland_display {
- struct wl_output *output;
struct wl_display *display;
struct wl_registry *registry;
struct wl_compositor *compositor;
@@ -73,7 +72,6 @@ struct vo_wayland_display {
int output_mode_received;
uint32_t formats;
- uint32_t mask;
};
struct vo_wayland_window {