From d1b72b28ece1cad2715d52f092dd0c2aa59d9592 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 13 Jan 2023 21:20:21 +0100 Subject: [PATCH] NO-OP: remove unused code --- gtk2_ardour/ghostregion.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc index d62bf0c646..f1d173c338 100644 --- a/gtk2_ardour/ghostregion.cc +++ b/gtk2_ardour/ghostregion.cc @@ -163,10 +163,8 @@ AudioGhostRegion::set_colors () guint fill_color; if (is_automation_ghost()) { - fill_color = UIConfiguration::instance().color ("ghost track wave fill"); fill_color = UIConfiguration::instance().color_mod("ghost track wave fill", "region alpha"); - } - else { + } else { fill_color = source_track_color(200); }