From 51bc86fc25f8ba511c0e9a89f8faf23273724142 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 25 Nov 2023 14:09:26 +0100 Subject: [PATCH] Config: Remove MAIN_USE_DISCORD_PRESENCE from s_setting_saveable It's already covered by Config::System::Main. --- Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp index ac8e70e10f..1835c4cab1 100644 --- a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp +++ b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp @@ -27,10 +27,6 @@ bool IsSettingSaveable(const Config::Location& config_location) } static const auto s_setting_saveable = { - // UI.General - - &Config::MAIN_USE_DISCORD_PRESENCE.GetLocation(), - // Wiimote &Config::WIIMOTE_1_SOURCE.GetLocation(),