summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-01-04 17:26:55 +0100
committerwm4 <wm4@nowhere>2014-01-06 20:22:11 +0100
commit4b2a3e50e25f488e170c2a77c048d38b6fb3f85a (patch)
treec515ee5202567b7cec0760e2c2637d95f7b5649d /video/out/wayland_common.h
parent35b01c9604163fa3a168d7085b6c3c20a301ccd6 (diff)
downloadmpv-4b2a3e50e25f488e170c2a77c048d38b6fb3f85a.tar.bz2
mpv-4b2a3e50e25f488e170c2a77c048d38b6fb3f85a.tar.xz
wayland/egl: misc fixes and cleanups
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 152b438220..9289e53b31 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -61,7 +61,6 @@ struct vo_wayland_state {
EGLConfig conf;
} egl;
-
struct wl_callback * redraw_callback;
} egl_context;
#endif