tweak local tempo scope infrastructure

This commit is contained in:
Paul Davis 2025-08-08 15:03:11 -06:00
parent 22abddcd95
commit 1ecb28da47
2 changed files with 0 additions and 5 deletions

View file

@ -837,7 +837,6 @@ class EditingContext : public ARDOUR::SessionHandlePtr, public AxisViewProvider,
void ensure_local_tempo_scope () const {
if (_local_tempo_map) {
Temporal::TempoMap::set (_local_tempo_map);
_local_tempo_map.reset ();
}
}
};