diff options
author | Alexander Preisinger <alexander.preisinger@gmail.com> | 2013-07-03 18:59:52 +0200 |
---|---|---|
committer | Alexander Preisinger <alexander.preisinger@gmail.com> | 2013-07-03 18:59:52 +0200 |
commit | 17e5542574e4e5ab869e913f0ae58aeb2e4ff50f (patch) | |
tree | a35ffd99908bfe95192f1c8c242647ed1c6581b4 /video/out/wayland_common.h | |
parent | 8ea39d548b09061adaabd0bab73f0770f41b69ec (diff) | |
download | mpv-17e5542574e4e5ab869e913f0ae58aeb2e4ff50f.tar.bz2 mpv-17e5542574e4e5ab869e913f0ae58aeb2e4ff50f.tar.xz |
wayland: remove unused members
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r-- | video/out/wayland_common.h | 2 |
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 { |