mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
remove debug output
This commit is contained in:
parent
fdaaaacdbf
commit
74f567b789
1 changed files with 0 additions and 3 deletions
|
|
@ -94,8 +94,6 @@ ColorThemeManager::ColorThemeManager ()
|
||||||
what we store/restore.
|
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) {
|
if (UIConfiguration::instance().get_color_file() == color_file_name) {
|
||||||
selected_iter = row;
|
selected_iter = row;
|
||||||
}
|
}
|
||||||
|
|
@ -624,7 +622,6 @@ ColorThemeManager::on_color_theme_changed ()
|
||||||
|
|
||||||
if (row) {
|
if (row) {
|
||||||
string new_theme = row[color_theme_columns.path];
|
string new_theme = row[color_theme_columns.path];
|
||||||
cerr << "New theme name = " << new_theme << endl;
|
|
||||||
UIConfiguration::instance().set_color_file (new_theme);
|
UIConfiguration::instance().set_color_file (new_theme);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue