remove incorrect/out of date comment

This commit is contained in:
Paul Davis 2016-01-21 12:25:27 -05:00
parent bcb487e635
commit b4612616c2
1 changed files with 1 additions and 1 deletions

View File

@ -3898,7 +3898,7 @@ Route::set_control (AutomationType type, double val, PBD::Controllable::GroupCon
case TrimAutomation:
/* 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;
break;