Config: Remove MAIN_USE_DISCORD_PRESENCE from s_setting_saveable

It's already covered by Config::System::Main.
This commit is contained in:
JosJuice 2023-11-25 14:09:26 +01:00
parent d28155a7bb
commit 51bc86fc25
1 changed files with 0 additions and 4 deletions

View File

@ -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(),