NO-OP: remove reducant code

This commit is contained in:
Robin Gareus 2023-08-30 18:31:13 +02:00
parent dbda07f6b7
commit affea2b83b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 7 deletions

View File

@ -341,13 +341,6 @@ ArdourMarker::ArdourMarker (PublicEditor& ed, ArdourCanvas::Item& parent, std::s
_pcue->hide();
_pmark->show();
break;
case Section:
_pmark->hide();
_pcue->hide();
if (_name_flag) {
_name_flag->show();
}
break;
case Cue:
_pcue->set_outline(false);
_pcue->set_fill(true);