remove stacktrace
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 7 Dec 2014 19:23:24 +0000 (14:23 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 7 Dec 2014 19:23:24 +0000 (14:23 -0500)
gtk2_ardour/ui_config.cc

index 915c1176829a455d403d57d8bce1ff37ff979cff..d6fba7e2eb52b8f13111cb46b80280a3cc38f35e 100644 (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())){