From 9af505a7965a02e3ea0468fd33b658a4f58dc9c1 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Tue, 20 Aug 2013 18:42:43 +0200 Subject: wayland: remove shm listener for the backend The obtained information from the shm listener isn't used by anything and is also wrong now in wayland git master branch because of new shm formats which need a different way of saving the supported formats. --- video/out/wayland_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index 7e6f000c24..27e074f623 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -59,7 +59,6 @@ struct vo_wayland_state { int display_fd; struct wl_shm *shm; - uint32_t shm_formats; } display; struct { -- cgit v1.2.3