summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-14 00:18:44 +0100
committerwm4 <wm4@nowhere>2016-01-14 00:18:44 +0100
commit785eacf4f3561085814b3418edbd0fc52a5dc162 (patch)
tree6101210c53ddd1993184c3c3a445351bfcd2cb10 /player/core.h
parent5722f93a740e841cfe929980c7ac4d4f7896d9dc (diff)
downloadmpv-785eacf4f3561085814b3418edbd0fc52a5dc162.tar.bz2
mpv-785eacf4f3561085814b3418edbd0fc52a5dc162.tar.xz
player: remove stale declaration
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 cb81c88b2e..fe7f380b2e 100644
--- a/player/core.h
+++ b/player/core.h
@@ -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