diff options
| author | wwylele <wwylele@gmail.com> | 2017-03-17 21:45:29 +0200 |
|---|---|---|
| committer | wwylele <wwylele@gmail.com> | 2017-03-17 21:45:29 +0200 |
| commit | 560884336f706846545cd4c3243002ccb03cfe6d (patch) | |
| tree | d911789f9c9d33b91f1e9eb1515469925f25fda1 /src/citra_qt/main.cpp | |
| parent | 5245c86f2662caa0e1e4b20508608b11237993b3 (diff) | |
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() { auto result = configureDialog.exec(); if (result == QDialog::Accepted) { configureDialog.applyConfiguration(); - render_window->ReloadSetKeymaps(); config->Save(); } } |
