13
0

tempo display: remove dangling unconditional call to reassociate markers

This commit is contained in:
Paul Davis 2022-06-16 22:14:43 -06:00
parent f60b35483d
commit 2f6047e000

View File

@ -449,7 +449,6 @@ void
Editor::tempo_map_changed ()
{
TempoMap::SharedPtr current_map = TempoMap::fetch ();
reassociate_metric_markers (current_map);
/* If the tempo map was changed by something other than the Editor, we
* will need to reassociate all visual elements used for tempo display
* with the new map.