13
0

Remove debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@7123 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-20 01:36:27 +00:00
parent 84a801a791
commit c1e6410619
2 changed files with 0 additions and 4 deletions

View File

@ -267,8 +267,6 @@ OptionEditor::add_option (std::string const & pn, OptionEditorComponent* o)
_pages[pn] = new OptionEditorPage (_notebook, pn);
}
cout << "add thing to " << pn << "\n";
OptionEditorPage* p = _pages[pn];
p->components.push_back (o);

View File

@ -1244,8 +1244,6 @@ RCOptionEditor::RCOptionEditor ()
/* SOLO AND MUTE */
cout << "FUCK: " << _rc_config->get_solo_mute_gain() << "\n";
add_option (_("Solo / mute"),
new FaderOption (
"solo-mute-gain",