summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-26 01:21:08 +0200
committerRobin Gareus <robin@gareus.org>2015-04-26 01:21:08 +0200
commitabcc51d0898e5263e58104f1c39dfac99e6b3b50 (patch)
tree3ddb4dfb245e1b3af03574ee53b03c64c4224e9e /gtk2_ardour/route_time_axis.cc
parent12ece4852544241c1a4958f09cd386dabb250384 (diff)
remove not-an-error error message.
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc1
1 files changed, 0 insertions, 1 deletions
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<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;
}