diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-25 04:34:51 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-25 04:34:54 -0400 |
commit | 88cd5e888e6bcd611dbcd18648697ef2e6bcba04 (patch) | |
tree | c7080e0146a804680477354b58779ab934138118 /src/yuzu/configuration/configure_hotkeys.cpp | |
parent | 6640f631e2a97f376c42ef2e1e5a316ab61d9dc5 (diff) |
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/yuzu/configuration/configure_hotkeys.cpp')
-rw-r--r-- | src/yuzu/configuration/configure_hotkeys.cpp | 1 |
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) { } registry.SaveHotkeys(); - Settings::Apply(); } void ConfigureHotkeys::retranslateUi() { |