From 6e96f62b413ca0045aa5cf6d5cdb6479b9caa1b6 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 2 May 2018 18:18:27 +0200 Subject: Remove code related to UI.ini We don't use it for anything, we just create it and leave it empty. --- Source/Core/Common/Config/Config.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Core/Common/Config/Config.cpp') diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index df17d8a0db..7e1fc904d9 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -88,9 +88,9 @@ void ClearCurrentRunLayer() } static const std::map system_to_name = { - {System::Main, "Dolphin"}, {System::GCPad, "GCPad"}, {System::WiiPad, "Wiimote"}, - {System::GCKeyboard, "GCKeyboard"}, {System::GFX, "Graphics"}, {System::Logger, "Logger"}, - {System::Debugger, "Debugger"}, {System::UI, "UI"}, {System::SYSCONF, "SYSCONF"}}; + {System::Main, "Dolphin"}, {System::GCPad, "GCPad"}, {System::WiiPad, "Wiimote"}, + {System::GCKeyboard, "GCKeyboard"}, {System::GFX, "Graphics"}, {System::Logger, "Logger"}, + {System::Debugger, "Debugger"}, {System::SYSCONF, "SYSCONF"}}; const std::string& GetSystemName(System system) { -- cgit v1.2.3