remove incorrect/out of date comment
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 21 Jan 2016 17:25:27 +0000 (12:25 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 22 Jan 2016 16:58:31 +0000 (11:58 -0500)
libs/ardour/route.cc

index 74fe71cfff96d39a063bd15737744c8a07f5ba5b..8dfdcb25db2881253e95c11451464e5207928935 100644 (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;