summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-21 23:47:00 +0100
committerwm4 <wm4@nowhere>2014-12-21 23:47:00 +0100
commitdc0b0cdeb094d132009c80fda5efa6dae1af5540 (patch)
tree3a27c829b804379a6d7187fee7a14081ee67a624 /player/core.h
parentd9f448da02c24b23556d90758121f2f2131c84d3 (diff)
downloadmpv-dc0b0cdeb094d132009c80fda5efa6dae1af5540.tar.bz2
mpv-dc0b0cdeb094d132009c80fda5efa6dae1af5540.tar.xz
player: cosmetics: move code around
Separate commit to reduce noise in the following one.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index d6360c5135..c03fedef33 100644
--- a/player/core.h
+++ b/player/core.h
@@ -468,7 +468,6 @@ void mp_load_scripts(struct MPContext *mpctx);
// sub.c
void reset_subtitle_state(struct MPContext *mpctx);
-void reset_subtitles(struct MPContext *mpctx, int order);
void uninit_stream_sub_decoders(struct demuxer *demuxer);
void reinit_subs(struct MPContext *mpctx, int order);
void uninit_sub(struct MPContext *mpctx, int order);