mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +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;
|
guint fill_color;
|
||||||
|
|
||||||
if (is_automation_ghost()) {
|
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");
|
fill_color = UIConfiguration::instance().color_mod("ghost track wave fill", "region alpha");
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
fill_color = source_track_color(200);
|
fill_color = source_track_color(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue