From 9fc3e4576ba10e839a7baa0332d1d0562cd1fec0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 25 May 2019 04:34:51 -0400 Subject: [PATCH] configure_hotkeys: Remove unnecessary Settings::Apply() call Nothing from the hotkeys dialog relies on this call occurring, and is already called from the dialog that calls applyConfiguration(). --- src/citra_qt/configuration/configure_hotkeys.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/citra_qt/configuration/configure_hotkeys.cpp b/src/citra_qt/configuration/configure_hotkeys.cpp index 551d36758..60c481aaf 100644 --- a/src/citra_qt/configuration/configure_hotkeys.cpp +++ b/src/citra_qt/configuration/configure_hotkeys.cpp @@ -118,7 +118,6 @@ void ConfigureHotkeys::applyConfiguration(HotkeyRegistry& registry) { } registry.SaveHotkeys(); - Settings::Apply(); } void ConfigureHotkeys::retranslateUi() {