mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
remove unused variable
This commit is contained in:
parent
8519677a24
commit
551eea452b
1 changed files with 0 additions and 1 deletions
|
|
@ -1517,7 +1517,6 @@ Mixer_UI::move_stripable_into_view (boost::shared_ptr<ARDOUR::Stripable> s)
|
|||
}
|
||||
|
||||
Adjustment* adj = scroller.get_hscrollbar()->get_adjustment();
|
||||
int sl = adj->get_value();
|
||||
scroller.get_hscrollbar()->set_value (max (adj->get_lower(), min (adj->get_upper(), x0 - 1.0)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue