mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
remove not-an-error error message.
This commit is contained in:
parent
12ece48525
commit
abcc51d089
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue