mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
remove cruft
This commit is contained in:
parent
e281f5653c
commit
fe464bf1dd
1 changed files with 0 additions and 1 deletions
|
|
@ -690,7 +690,6 @@ PluginInsertProcessorEntry::SplittingIcon::on_expose_event (GdkEventExpose* ev)
|
|||
cairo_set_line_cap (cr, CAIRO_LINE_CAP_BUTT);
|
||||
|
||||
for (uint32_t i = 2; i < _branches; ++i) {
|
||||
//const float si_b = rintf((width * .2f) + (i - 1.f) * width * .6f / (_branches - 1.f)) + .5f;
|
||||
const float si_b = rintf(width * (.2f + .6f * (i - 1.f) / (_branches - 1.f))) + .5f;
|
||||
cairo_move_to (cr, si_b, height);
|
||||
cairo_line_to (cr, si_b, si_m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue