summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-12-10 16:17:44 +0100
committerGitHub <noreply@github.com>2020-12-10 16:17:44 +0100
commitc9e83867a101befc7d33db0cdf1798459f4a6138 (patch)
tree76c5aa4449cf2025e5baa906f9e89918c3d3fc4b /Source/Core
parent19324e6ed960f058fad81412ff70985b69a695a2 (diff)
parentff4b7ca7f45a92900e82eb92775752ee1cf20b11 (diff)
Merge pull request #9089 from JosJuice/android-orientation-setting
Android: Move orientation setting to main settings screen
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Config/UISettings.cpp4
-rw-r--r--Source/Core/Core/Config/UISettings.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/Core/Config/UISettings.cpp b/Source/Core/Core/Config/UISettings.cpp
index 60d33033ca..ad4ffdff72 100644
--- a/Source/Core/Core/Config/UISettings.cpp
+++ b/Source/Core/Core/Config/UISettings.cpp
@@ -17,8 +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};
-
} // namespace Config
diff --git a/Source/Core/Core/Config/UISettings.h b/Source/Core/Core/Config/UISettings.h
index 85558888ca..5ef81edb79 100644
--- a/Source/Core/Core/Config/UISettings.h
+++ b/Source/Core/Core/Config/UISettings.h
@@ -21,8 +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;
-
} // namespace Config