From ffcf4ece6e69764dde0ee6a4e796e97151259cd9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 22 Dec 2013 23:08:31 +0100 Subject: 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. --- player/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/core.h') 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, -- cgit v1.2.3