mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove, convert, comment several cerr statements
git-svn-id: svn://localhost/ardour2/branches/3.0@12378 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fa1e12b682
commit
8d5065bc32
15 changed files with 5 additions and 32 deletions
|
|
@ -367,7 +367,6 @@ EditorRouteGroups::button_press_event (GdkEventButton* ev)
|
|||
|
||||
case 12:
|
||||
val = (*iter)[_columns.active_shared];
|
||||
cerr << "set group active to " << !val << endl;
|
||||
group->set_route_active (!val);
|
||||
ret = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue