mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove some uncharacteristic comments in code
This commit is contained in:
parent
290d9e5e66
commit
b4ead1dda6
1 changed files with 0 additions and 2 deletions
|
|
@ -51,7 +51,6 @@ using namespace PBD;
|
|||
using Gtkmm2ext::Keyboard;
|
||||
using Gtkmm2ext::Bindings;
|
||||
|
||||
/*========================================== HELPER =========================================*/
|
||||
void bindings_collision_dialog (Gtk::Window& parent)
|
||||
{
|
||||
ArdourDialog dialog (parent, _("Colliding keybindings"), true);
|
||||
|
|
@ -63,7 +62,6 @@ void bindings_collision_dialog (Gtk::Window& parent)
|
|||
dialog.run();
|
||||
}
|
||||
|
||||
/*======================================== KEYEDITOR =========================================*/
|
||||
KeyEditor::KeyEditor ()
|
||||
: ArdourWindow (_("Key Bindings"))
|
||||
, unbind_button (_("Remove shortcut"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue