summaryrefslogtreecommitdiff
path: root/gtk2_ardour/color_theme_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-21 19:32:50 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-21 19:32:50 -0400
commit74f567b7891d80d59558aab5d92e765af7e0ffc2 (patch)
tree065b89e043831bd8175a8f5193d2c48a9ea1d553 /gtk2_ardour/color_theme_manager.cc
parentfdaaaacdbfa3bde41e1c388eda83663c71912069 (diff)
remove debug output
Diffstat (limited to 'gtk2_ardour/color_theme_manager.cc')
-rw-r--r--gtk2_ardour/color_theme_manager.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/color_theme_manager.cc b/gtk2_ardour/color_theme_manager.cc
index 6438650bca..10eb9402e2 100644
--- a/gtk2_ardour/color_theme_manager.cc
+++ b/gtk2_ardour/color_theme_manager.cc
@@ -94,8 +94,6 @@ ColorThemeManager::ColorThemeManager ()
what we store/restore.
*/
- cerr << "selected CF is " << UIConfiguration::instance().get_color_file () << " this is " << c->second << endl;
-
if (UIConfiguration::instance().get_color_file() == color_file_name) {
selected_iter = row;
}
@@ -624,7 +622,6 @@ ColorThemeManager::on_color_theme_changed ()
if (row) {
string new_theme = row[color_theme_columns.path];
- cerr << "New theme name = " << new_theme << endl;
UIConfiguration::instance().set_color_file (new_theme);
}
}