From abcc51d0898e5263e58104f1c39dfac99e6b3b50 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 26 Apr 2015 01:21:08 +0200 Subject: [PATCH] remove not-an-error error message. --- gtk2_ardour/route_time_axis.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index d0e116c971..bc7bccc3ea 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -2780,7 +2780,6 @@ RouteTimeAxisView::create_trim_automation_child (const Evoral::Parameter& param, { boost::shared_ptr c = _route->trim()->gain_control(); if (!c || ! _route->trim()->active()) { - error << "Route has no trim automation, unable to add automation track view." << endmsg; return; }