Remove debug output.
git-svn-id: svn://localhost/ardour2/branches/3.0@7123 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
84a801a791
commit
c1e6410619
@ -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);
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user