summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-08-26 16:39:05 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-08-26 16:39:05 +0200
commitbeab54506e61bc080880e827e351439f76542e68 (patch)
tree7f0fedac91c84423a7b543f5917de1ad4a333b45 /video/out/wayland_common.h
parent5895d6c24fa3b66230fe1f5177af7f65b4c6a706 (diff)
downloadmpv-beab54506e61bc080880e827e351439f76542e68.tar.bz2
mpv-beab54506e61bc080880e827e351439f76542e68.tar.xz
wayland: don't create our own log context
This was more problematic than useful ([vo/wayland/wayland])
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 27e074f623..639e1a2c69 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -43,7 +43,6 @@ struct vo_wayland_output {
struct vo_wayland_state {
struct vo *vo;
- struct mp_log* log;
struct {
int fd;