mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
NO-OP: remove unused code
This commit is contained in:
parent
b0f5fea53a
commit
d1b72b28ec
1 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue