summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-21 12:25:27 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-01-21 12:25:27 -0500
commitb4612616c29bc06c61c65c7f3d7ebf796b3b8539 (patch)
tree4f2224329274ce5d14c4c2f1d5939561d1742a87
parentbcb487e635f397371aaa51784bc00ab1cc24731b (diff)
downloadardour-origin/group-controls-one.zip
ardour-origin/group-controls-one.tar.gz
ardour-origin/group-controls-one.tar.bz2
remove incorrect/out of date commentorigin/group-controls-one
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 74fe71c..8dfdcb2 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -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;