From 21cb25263aff64dfd47a93616d674a4839ef82a2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 9 Jan 2026 19:44:25 -0700 Subject: [PATCH] NO-OP: remove double semicolon --- gtk2_ardour/editing_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editing_context.cc b/gtk2_ardour/editing_context.cc index d01f078b8d..6c5cd4f47b 100644 --- a/gtk2_ardour/editing_context.cc +++ b/gtk2_ardour/editing_context.cc @@ -1191,7 +1191,7 @@ EditingContext::set_snap_mode (SnapMode mode) { EC_LOCAL_TEMPO_SCOPE; - snap_mode_actions[mode]->set_active (true);; + snap_mode_actions[mode]->set_active (true); } void