mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove incorrect/out of date comment
This commit is contained in:
parent
bcb487e635
commit
b4612616c2
1 changed files with 1 additions and 1 deletions
|
|
@ -3898,7 +3898,7 @@ Route::set_control (AutomationType type, double val, PBD::Controllable::GroupCon
|
||||||
|
|
||||||
case TrimAutomation:
|
case TrimAutomation:
|
||||||
/* route must mediate group control */
|
/* route must mediate group control */
|
||||||
set_trim (val, group_override); /* any "src" argument will do other than our route group */
|
set_trim (val, group_override);
|
||||||
return;
|
return;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue