0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

osxbundle: config file special case isn't needed anymore

The previous commit effectively fixes the mess caused by 'config' vs.
'mpv.conf', and the hack introduced by commit e01a6dac and extended by
commit db167cd4 isn't needed anymore.

(cherry picked from commit 816d7bba1f)
This commit is contained in:
wm4 2015-02-15 17:29:06 +01:00 committed by Diogo Franco (Kovensky)
parent 21a95f5ed9
commit 23959eb5b4
2 changed files with 0 additions and 6 deletions

View File

@ -84,12 +84,6 @@ void mp_parse_cfgfiles(struct MPContext *mpctx)
talloc_free(cf);
#endif
// Stupid hack to set OSX bundle defaults, if applicable. (The file is only
// found if starting from the OSX bundle.)
#if HAVE_COCOA
load_all_cfgfiles(mpctx, section, "osx-bundle.conf");
#endif
load_all_cfgfiles(mpctx, section, "mpv.conf|config");
if (encoding)