summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-08-20 18:42:43 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-08-25 22:46:26 +0200
commit9af505a7965a02e3ea0468fd33b658a4f58dc9c1 (patch)
treecce154a3a814a269513d9bd6b8a53f2e455675c4 /video/out/wayland_common.h
parent8fd274ea3bc6b102f8931e4a2e72bca4d759d048 (diff)
downloadmpv-9af505a7965a02e3ea0468fd33b658a4f58dc9c1.tar.bz2
mpv-9af505a7965a02e3ea0468fd33b658a4f58dc9c1.tar.xz
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.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h1
1 files changed, 0 insertions, 1 deletions
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 {