From 66f3de615f17ec6f09591a8d3dd691f7ccbac1b2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 7 Dec 2014 14:23:24 -0500 Subject: remove stacktrace --- gtk2_ardour/ui_config.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk2_ardour/ui_config.cc') diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc index 915c117682..d6fba7e2eb 100644 --- a/gtk2_ardour/ui_config.cc +++ b/gtk2_ardour/ui_config.cc @@ -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())){ -- cgit v1.2.3