summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-11 17:48:45 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-11 17:55:05 +0200
commita1692437d0a2cc88a2b3440bbcfb5e6f66cfd90e (patch)
treef3ce630d220edecfa5c476658a3bda2a65695ee8 /mpcommon.h
parentf95674fb6cbd459e6b484caf94b490b7efede9d5 (diff)
downloadmpv-a1692437d0a2cc88a2b3440bbcfb5e6f66cfd90e.tar.bz2
mpv-a1692437d0a2cc88a2b3440bbcfb5e6f66cfd90e.tar.xz
core: move global "subdata" and "vo_sub_last" to mpctx
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpcommon.h b/mpcommon.h
index e0baee4f8d..5d114f38a5 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -24,7 +24,6 @@
struct subtitle;
extern struct ass_track *ass_track;
-extern struct subtitle *vo_sub_last;
extern const char *mencoder_version;
extern const char *mplayer_version;