summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-22 23:08:31 +0100
committerwm4 <wm4@nowhere>2013-12-22 23:25:10 +0100
commitffcf4ece6e69764dde0ee6a4e796e97151259cd9 (patch)
treeb8ee3d829cd42cee663c7ddec5741d7564a5f568 /player/core.h
parent2e1c423dff651761a1da433fadef50ca57fd0946 (diff)
downloadmpv-ffcf4ece6e69764dde0ee6a4e796e97151259cd9.tar.bz2
mpv-ffcf4ece6e69764dde0ee6a4e796e97151259cd9.tar.xz
player: move code around
The only thing that used mp_load_per_file_config() was inside configfiles.c too, so remove the declaration from core.h and move the function before its use.
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 711c99840b..5b4cc738e5 100644
--- a/player/core.h
+++ b/player/core.h
@@ -350,7 +350,6 @@ void clear_audio_decode_buffers(struct MPContext *mpctx);
// configfiles.c
bool mp_parse_cfgfiles(struct MPContext *mpctx);
void mp_load_auto_profiles(struct MPContext *mpctx);
-void mp_load_per_file_config(struct MPContext *mpctx);
void mp_load_playback_resume(struct MPContext *mpctx, const char *file);
void mp_write_watch_later_conf(struct MPContext *mpctx);
struct playlist_entry *mp_check_playlist_resume(struct MPContext *mpctx,