player: remove stale declaration

This commit is contained in:
wm4 2016-01-14 00:18:44 +01:00
parent 5722f93a74
commit 785eacf4f3
1 changed files with 0 additions and 1 deletions

View File

@ -493,7 +493,6 @@ void run_playloop(struct MPContext *mpctx);
void mp_idle(struct MPContext *mpctx);
void idle_loop(struct MPContext *mpctx);
int handle_force_window(struct MPContext *mpctx, bool force);
void add_frame_pts(struct MPContext *mpctx, double pts);
void seek_to_last_frame(struct MPContext *mpctx);
// scripting.c