NO-OP: remove unused code
This commit is contained in:
parent
b0f5fea53a
commit
d1b72b28ec
@ -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…
Reference in New Issue
Block a user