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
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-01-04 17:26:55 +0100
commitbb3ea1580ebb9715ad5cc8829fcbe556c87db66e (patch)
treea72788beb469be2958af07700eb05a61c35d3e0d /video/out/wayland_common.h
parent96e75d234a4df1a09f38eaf932d00d79dccdc324 (diff)
downloadmpv-bb3ea1580ebb9715ad5cc8829fcbe556c87db66e.tar.bz2
mpv-bb3ea1580ebb9715ad5cc8829fcbe556c87db66e.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 e8e0420706..71a3eb3e41 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