From 4490720afa468d286a7562f6e96f9dbec097d59b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 12 Aug 2025 12:32:51 +0200 Subject: [PATCH] Fix optimized builds (stacktrace) This would require a `#include "pbd/stacktrace.h"` but that stracktace should not have been comitted in the first place. --- gtk2_ardour/editor_markers.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc index 27cc866e70..6445b1edfc 100644 --- a/gtk2_ardour/editor_markers.cc +++ b/gtk2_ardour/editor_markers.cc @@ -1877,7 +1877,6 @@ Editor::edit_location (Location& loc, bool with_scene, bool with_command) dialog.set_title (string_compose (_("%1 Range"), verb)); } else { dialog.set_title (string_compose (_("%1 Mark"), verb)); - PBD::stacktrace (std::cerr, 17); } dialog.set_name ("MarkRenameWindow");