remove not-an-error error message.
authorRobin Gareus <robin@gareus.org>
Sat, 25 Apr 2015 23:21:08 +0000 (01:21 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 25 Apr 2015 23:21:08 +0000 (01:21 +0200)
gtk2_ardour/route_time_axis.cc

index d0e116c97130c9984beb6977a91434c29c476418..bc7bccc3eae0b1315cb9ca564564400360e9bf19 100644 (file)
@@ -2780,7 +2780,6 @@ RouteTimeAxisView::create_trim_automation_child (const Evoral::Parameter& param,
 {
        boost::shared_ptr<AutomationControl> c = _route->trim()->gain_control();
        if (!c || ! _route->trim()->active()) {
-               error << "Route has no trim automation, unable to add automation track view." << endmsg;
                return;
        }