mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Remove Android-specific settings from UISettings.cpp
They are unused, since there is no C++ code that touches these settings. See the discussion in PR 9152, which is a PR that adds a lot more Android-specific settings.
This commit is contained in:
parent
e260f9815c
commit
ff4b7ca7f4
@ -17,9 +17,4 @@ const Info<bool> MAIN_USE_GAME_COVERS{{System::Main, "General", "UseGameCovers"}
|
||||
const Info<bool> MAIN_FOCUSED_HOTKEYS{{System::Main, "General", "HotkeysRequireFocus"}, true};
|
||||
const Info<bool> MAIN_RECURSIVE_ISO_PATHS{{System::Main, "General", "RecursiveISOPaths"}, false};
|
||||
|
||||
// UI.Android
|
||||
|
||||
const Info<int> MAIN_LAST_PLATFORM_TAB{{System::Main, "Android", "LastPlatformTab"}, 0};
|
||||
const Info<int> MAIN_EMULATION_ORIENTATION{{System::Main, "Android", "EmulationOrientation"}, 0};
|
||||
|
||||
} // namespace Config
|
||||
|
@ -21,9 +21,4 @@ extern const Info<bool> MAIN_USE_GAME_COVERS;
|
||||
extern const Info<bool> MAIN_FOCUSED_HOTKEYS;
|
||||
extern const Info<bool> MAIN_RECURSIVE_ISO_PATHS;
|
||||
|
||||
// UI.Android
|
||||
|
||||
extern const Info<int> MAIN_LAST_PLATFORM_TAB;
|
||||
extern const Info<int> MAIN_EMULATION_ORIENTATION;
|
||||
|
||||
} // namespace Config
|
||||
|
Loading…
x
Reference in New Issue
Block a user