Fix optimized builds (stacktrace)

This would require a `#include "pbd/stacktrace.h"` but
that stracktace should not have been comitted in the first
place.
This commit is contained in:
Robin Gareus
2025-08-12 12:32:51 +02:00
parent 2f234148b7
commit 4490720afa

View File

@@ -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");