summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-17 23:48:07 +0100
committerwm4 <wm4@nowhere>2015-02-17 23:48:07 +0100
commit10781c2a9c175a8f9e445df4a91031301f225351 (patch)
tree6bbf82fcc0522a4b8c3e2ed9643ec3c5577c1c1b /player/core.h
parent7f03f46882ec4e9eb9d9857cf5cc393bb3afa7ca (diff)
downloadmpv-10781c2a9c175a8f9e445df4a91031301f225351.tar.bz2
mpv-10781c2a9c175a8f9e445df4a91031301f225351.tar.xz
demux_cue: make independent from MPContext
Also see previous commit(s).
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index b692c29274..fd1ef86324 100644
--- a/player/core.h
+++ b/player/core.h
@@ -479,8 +479,6 @@ void update_osd_sub_state(struct MPContext *mpctx, int order,
// timeline/tl_mpv_edl.c
void build_mpv_edl_timeline(struct MPContext *mpctx);
-// timeline/tl_cue.c
-void build_cue_timeline(struct MPContext *mpctx);
// video.c
void reset_video_state(struct MPContext *mpctx);