13
0

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;
PBD::stacktrace (cerr, 20);
if (!dirty()) {
return 0;
}
@ -338,7 +336,6 @@ UIConfiguration::save_state()
std::string rcfile(user_config_directory());
rcfile = Glib::build_filename (rcfile, ui_config_file_name);
// this test seems bogus?
if (rcfile.length()) {
tree.set_root (&get_state());
if (!tree.write (rcfile.c_str())){