diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 4d74f0cc7f..90f23c323b 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -2034,6 +2034,7 @@ RouteTimeAxisView::add_existing_processor_automation_curves (boost::weak_ptr al; if ((al = find_processor_automation_curve (processor, param)) != 0) { +#warning NOT REACHED -- bug? al->queue_reset (); } else { add_processor_automation_curve (processor, param);