remove another instance of time-domain icon

This commit is contained in:
Ben Loftis 2023-08-29 22:52:55 -05:00
parent acc55083e5
commit 54c713c794
1 changed files with 2 additions and 0 deletions

View File

@ -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();