From 2f6047e000b2a4e24687b113ec852be122914e58 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 16 Jun 2022 22:14:43 -0600 Subject: [PATCH] tempo display: remove dangling unconditional call to reassociate markers --- gtk2_ardour/editor_tempodisplay.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index 7c0e806363..be27f90321 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -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.