1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

player: remove unused declaration

This commit is contained in:
wm4 2014-08-07 00:30:43 +02:00
parent dfc5d96916
commit af57444bcb

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 {