From ac7cbec9c967215a17abc7ded47191ccd90f6a24 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 1 Sep 2025 11:16:06 -0600 Subject: [PATCH] no need for EC_LOCAL_TEMPO_SCOPE in CueEditor::session_going_away() --- gtk2_ardour/cue_editor.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/cue_editor.cc b/gtk2_ardour/cue_editor.cc index 7359080d2f..6670a8f04f 100644 --- a/gtk2_ardour/cue_editor.cc +++ b/gtk2_ardour/cue_editor.cc @@ -1471,8 +1471,6 @@ CueEditor::unset (bool trigger_too) void CueEditor::session_going_away () { - EC_LOCAL_TEMPO_SCOPE; - EditingContext::session_going_away (); unset (true); }