From 1d106c88ca03649bfd00931caaf9bced0aeea870 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 15 Mar 2021 20:58:13 +0100 Subject: [PATCH] NO-OP: comment for later --- gtk2_ardour/audio_time_axis.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc index 8055b6d31a..bd02b485ae 100644 --- a/gtk2_ardour/audio_time_axis.cc +++ b/gtk2_ardour/audio_time_axis.cc @@ -211,6 +211,7 @@ AudioTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool } else if (param.type() == BusSendLevel) { + // XXX this does not seem correct create_trim_automation_child (param, show); } else if (param.type() == TrimAutomation) {