summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-21 12:25:27 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-01-22 11:58:31 -0500
commit8dad6fa2d15734d31c5785dd1614e3c8dd34b96b (patch)
tree923085f9a0986fda81e63e7b1265c369be47e64c
parent570eb73ff3cfe7211aa25994002839b485a9f1ca (diff)
remove incorrect/out of date comment
-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 74fe71cfff..8dfdcb25db 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;