summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-25 04:34:51 -0400
committerGravatar Lioncash2019-05-25 04:34:54 -0400
commit88cd5e888e6bcd611dbcd18648697ef2e6bcba04 (patch)
treec7080e0146a804680477354b58779ab934138118 /src
parentconfigure_hotkeys: Tidy up key sequence conflict error string (diff)
downloadyuzu-88cd5e888e6bcd611dbcd18648697ef2e6bcba04.tar.gz
yuzu-88cd5e888e6bcd611dbcd18648697ef2e6bcba04.tar.xz
yuzu-88cd5e888e6bcd611dbcd18648697ef2e6bcba04.zip
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().
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/configuration/configure_hotkeys.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_hotkeys.cpp b/src/yuzu/configuration/configure_hotkeys.cpp
index c486ac2ed..9fb970c21 100644
--- a/src/yuzu/configuration/configure_hotkeys.cpp
+++ b/src/yuzu/configuration/configure_hotkeys.cpp
@@ -111,7 +111,6 @@ void ConfigureHotkeys::applyConfiguration(HotkeyRegistry& registry) {
111 } 111 }
112 112
113 registry.SaveHotkeys(); 113 registry.SaveHotkeys();
114 Settings::Apply();
115} 114}
116 115
117void ConfigureHotkeys::retranslateUi() { 116void ConfigureHotkeys::retranslateUi() {