Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorado committed Mar 16, 2021
1 parent 320c306 commit bd5f632
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ void Events::FinishedLoading()
startup();
started=true;
initialiseHotkeysHooks();
// Utils::build_hotkey_map();
broadcastUpdate("LoadingFinished");
}
/**
Expand Down
1 change: 0 additions & 1 deletion src/forms/settings-dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ void PluginWindow::add_new_mapping()
}
if (ui->cb_obs_output_hotkey->isVisible()) {
ui->table_mapping->setItem(row, 14, hotkey_item);
// auto key = Utils::get_hotkey_key(ui->cb_obs_output_hotkey->currentText());
new_midi_hook->setHotkey(hotkey);
}

Expand Down

0 comments on commit bd5f632

Please sign in to comment.