13
0

remove not-an-error error message.

This commit is contained in:
Robin Gareus 2015-04-26 01:21:08 +02:00
parent 12ece48525
commit abcc51d089

View 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;
}