mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove another instance of time-domain icon
This commit is contained in:
parent
acc55083e5
commit
54c713c794
1 changed files with 2 additions and 0 deletions
|
|
@ -184,9 +184,11 @@ Editor::add_new_location_internal (Location* location)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (location->position_time_domain() == Temporal::BeatTime) {
|
||||
lam->set_name (string_compose ("%1%2", u8"\u266B", location->name ())); // BEAMED EIGHTH NOTES
|
||||
}
|
||||
#endif
|
||||
|
||||
if (location->is_hidden ()) {
|
||||
lam->hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue