NO-OP: remove unused code

This commit is contained in:
Robin Gareus 2023-01-13 21:20:21 +01:00
parent b0f5fea53a
commit d1b72b28ec
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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);
}