From bdc7b8d7b15a03ee8a0e79d756320d567a925fd1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 26 Mar 2019 18:18:49 +0100 Subject: [PATCH] Add a note to self --- gtk2_ardour/route_time_axis.cc | 1 + 1 file changed, 1 insertion(+) 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);