From eb2924054ff0c30fa7f414dfdc883c0afb25862e Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 18 Aug 2014 01:21:21 +0200 Subject: player: remove unneeded call print_status() is called at a later point anyway (and before sleeping), so this code has little effect. This code was added in commit a4f7a3df5, and I can't observe any problems with idle mode anymore. Now print_status() is called from a single place only, within osd.c. --- player/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/osd.c') diff --git a/player/osd.c b/player/osd.c index 6fba20468e..094e99e5b6 100644 --- a/player/osd.c +++ b/player/osd.c @@ -146,7 +146,7 @@ static void add_term_osd_bar(struct MPContext *mpctx, char **line, int width) saddf(line, "%.*s", BSTR_P(parts[4])); } -void print_status(struct MPContext *mpctx) +static void print_status(struct MPContext *mpctx) { struct MPOpts *opts = mpctx->opts; -- cgit v1.2.3