mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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
2 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue