mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
remove stacktrace
This commit is contained in:
parent
d425a43b26
commit
66f3de615f
1 changed files with 0 additions and 3 deletions
|
|
@ -329,8 +329,6 @@ UIConfiguration::save_state()
|
||||||
{
|
{
|
||||||
XMLTree tree;
|
XMLTree tree;
|
||||||
|
|
||||||
PBD::stacktrace (cerr, 20);
|
|
||||||
|
|
||||||
if (!dirty()) {
|
if (!dirty()) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
@ -338,7 +336,6 @@ UIConfiguration::save_state()
|
||||||
std::string rcfile(user_config_directory());
|
std::string rcfile(user_config_directory());
|
||||||
rcfile = Glib::build_filename (rcfile, ui_config_file_name);
|
rcfile = Glib::build_filename (rcfile, ui_config_file_name);
|
||||||
|
|
||||||
// this test seems bogus?
|
|
||||||
if (rcfile.length()) {
|
if (rcfile.length()) {
|
||||||
tree.set_root (&get_state());
|
tree.set_root (&get_state());
|
||||||
if (!tree.write (rcfile.c_str())){
|
if (!tree.write (rcfile.c_str())){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue