citra-qt: remove dead code

This commit is contained in:
wwylele
2017-03-17 21:45:29 +02:00
parent c22571a470
commit fe76e9f84c
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -612,7 +612,6 @@ void GMainWindow::OnConfigure() {
auto result = configureDialog.exec();
if (result == QDialog::Accepted) {
configureDialog.applyConfiguration();
render_window->ReloadSetKeymaps();
config->Save();
}
}