remove stacktrace

This commit is contained in:
Paul Davis 2014-12-07 14:23:24 -05:00
parent d425a43b26
commit 66f3de615f

View file

@ -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())){