From 17e5542574e4e5ab869e913f0ae58aeb2e4ff50f Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Wed, 3 Jul 2013 18:59:52 +0200 Subject: wayland: remove unused members --- video/out/wayland_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video') 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 { -- cgit v1.2.3