Remove code related to UI.ini

We don't use it for anything, we just create it and leave it empty.
This commit is contained in:
JosJuice
2018-05-02 18:18:27 +02:00
parent ad098283c0
commit 6e96f62b41
6 changed files with 3 additions and 9 deletions

View File

@ -71,7 +71,6 @@ const std::map<Config::System, int> system_to_ini = {
{Config::System::GFX, F_GFXCONFIG_IDX},
{Config::System::Logger, F_LOGGERCONFIG_IDX},
{Config::System::Debugger, F_DEBUGGERCONFIG_IDX},
{Config::System::UI, F_UICONFIG_IDX},
};
// INI layer configuration loader