diff options
| author | 2017-03-17 21:45:29 +0200 | |
|---|---|---|
| committer | 2017-03-17 21:45:29 +0200 | |
| commit | 560884336f706846545cd4c3243002ccb03cfe6d (patch) | |
| tree | d911789f9c9d33b91f1e9eb1515469925f25fda1 /src/citra_qt/main.cpp | |
| parent | citra-qt: release all buttons when render window focus is lost (diff) | |
| download | yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar.gz yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar.xz yuzu-560884336f706846545cd4c3243002ccb03cfe6d.zip | |
citra-qt: remove dead code
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index fd51659b9..2723a0217 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -612,7 +612,6 @@ void GMainWindow::OnConfigure() { | |||
| 612 | auto result = configureDialog.exec(); | 612 | auto result = configureDialog.exec(); |
| 613 | if (result == QDialog::Accepted) { | 613 | if (result == QDialog::Accepted) { |
| 614 | configureDialog.applyConfiguration(); | 614 | configureDialog.applyConfiguration(); |
| 615 | render_window->ReloadSetKeymaps(); | ||
| 616 | config->Save(); | 615 | config->Save(); |
| 617 | } | 616 | } |
| 618 | } | 617 | } |