summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-12 15:15:02 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-15 18:45:43 +0200
commitadedee42851d413de87b479340eb015ee33b497b (patch)
tree14301b035c6d3aecc5c7ddb9eb3d3672806292cb /mpcommon.h
parent43b1de1dd72a9c2f98b3419626c81c58bbc3cf64 (diff)
downloadmpv-adedee42851d413de87b479340eb015ee33b497b.tar.bz2
mpv-adedee42851d413de87b479340eb015ee33b497b.tar.xz
subtitles: move global ass_track to struct osd_state
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpcommon.h b/mpcommon.h
index 8a55d33a9f..ac57ae9d02 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -19,8 +19,6 @@
#ifndef MPLAYER_MPCOMMON_H
#define MPLAYER_MPCOMMON_H
-extern struct ass_track *ass_track;
-
extern const char *mplayer_version;
#endif /* MPLAYER_MPCOMMON_H */