mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
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:
parent
2f234148b7
commit
4490720afa
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue