summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-18 01:21:21 +0200
committerwm4 <wm4@nowhere>2014-08-18 01:21:21 +0200
commiteb2924054ff0c30fa7f414dfdc883c0afb25862e (patch)
tree1b81fc519141d8f518cc933fdbdf5b90655008da /player/core.h
parent0cee4498f12a3db053a08e3ffc084042a904a141 (diff)
downloadmpv-eb2924054ff0c30fa7f414dfdc883c0afb25862e.tar.bz2
mpv-eb2924054ff0c30fa7f414dfdc883c0afb25862e.tar.xz
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.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index 2530e8acd2..5a81a7288a 100644
--- a/player/core.h
+++ b/player/core.h
@@ -434,7 +434,6 @@ void update_window_title(struct MPContext *mpctx, bool force);
void stream_dump(struct MPContext *mpctx);
// osd.c
-void print_status(struct MPContext *mpctx);
void set_osd_bar(struct MPContext *mpctx, int type, const char* name,
double min, double max, double neutral, double val);
void set_osd_msg(struct MPContext *mpctx, int level, int time,