wayland: remove unused members

This commit is contained in:
Alexander Preisinger 2013-07-03 18:59:52 +02:00
parent 8ea39d548b
commit 17e5542574
1 changed files with 0 additions and 2 deletions

View File

@ -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 {