removed unused variable

This commit is contained in:
Paul Davis 2025-10-25 14:58:56 -06:00
parent fa7d9de669
commit 4c95a82934

View file

@ -1579,7 +1579,6 @@ CueEditor::metric_get_bbt (std::vector<ArdourCanvas::Ruler::Mark>& marks, sample
return;
}
bool provided = false;
std::shared_ptr<Temporal::TempoMap const> tmap (_region->tempo_map());
if (!tmap) {