mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
Remove dead assignment in MiniTimeline::draw_edge
This commit is contained in:
parent
1a31134d38
commit
3b8afbcd00
1 changed files with 0 additions and 1 deletions
|
|
@ -419,7 +419,6 @@ MiniTimeline::draw_edge (cairo_t* cr, int x0, int x1, bool left, const std::stri
|
||||||
dx = 2 * w2;
|
dx = 2 * w2;
|
||||||
lx = x0 + dx;
|
lx = x0 + dx;
|
||||||
} else {
|
} else {
|
||||||
with_label = false;
|
|
||||||
if (x1 - 2 * w2 - lw - 2 > x0) {
|
if (x1 - 2 * w2 - lw - 2 > x0) {
|
||||||
x0 = std::max (x0, x1 - 2 * w2 - lw - 2);
|
x0 = std::max (x0, x1 - 2 * w2 - lw - 2);
|
||||||
with_label = true;
|
with_label = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue