diff options
| author | 2019-05-25 04:34:51 -0400 | |
|---|---|---|
| committer | 2019-05-25 04:34:54 -0400 | |
| commit | 88cd5e888e6bcd611dbcd18648697ef2e6bcba04 (patch) | |
| tree | c7080e0146a804680477354b58779ab934138118 /src | |
| parent | configure_hotkeys: Tidy up key sequence conflict error string (diff) | |
| download | yuzu-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.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) { | |||
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | registry.SaveHotkeys(); | 113 | registry.SaveHotkeys(); |
| 114 | Settings::Apply(); | ||
| 115 | } | 114 | } |
| 116 | 115 | ||
| 117 | void ConfigureHotkeys::retranslateUi() { | 116 | void ConfigureHotkeys::retranslateUi() { |