player: remove unused declaration

This commit is contained in:
wm4 2014-08-07 00:30:43 +02:00
parent dfc5d96916
commit af57444bcb
1 changed files with 0 additions and 1 deletions

View File

@ -465,7 +465,6 @@ void run_playloop(struct MPContext *mpctx);
void idle_loop(struct MPContext *mpctx);
void handle_force_window(struct MPContext *mpctx, bool reconfig);
void add_frame_pts(struct MPContext *mpctx, double pts);
void finish_playback_restart(struct MPContext *mpctx);
// scripting.c
struct mp_scripting {