mirror of https://github.com/mpv-player/mpv
player: remove unused declaration
This commit is contained in:
parent
dfc5d96916
commit
af57444bcb
|
@ -465,7 +465,6 @@ void run_playloop(struct MPContext *mpctx);
|
||||||
void idle_loop(struct MPContext *mpctx);
|
void idle_loop(struct MPContext *mpctx);
|
||||||
void handle_force_window(struct MPContext *mpctx, bool reconfig);
|
void handle_force_window(struct MPContext *mpctx, bool reconfig);
|
||||||
void add_frame_pts(struct MPContext *mpctx, double pts);
|
void add_frame_pts(struct MPContext *mpctx, double pts);
|
||||||
void finish_playback_restart(struct MPContext *mpctx);
|
|
||||||
|
|
||||||
// scripting.c
|
// scripting.c
|
||||||
struct mp_scripting {
|
struct mp_scripting {
|
||||||
|
|
Loading…
Reference in New Issue