mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
remove unused variable
This commit is contained in:
parent
87fa554ac9
commit
6e91e9fd5f
1 changed files with 0 additions and 2 deletions
|
|
@ -691,12 +691,10 @@ AudioRegionView::reset_fade_out_shape_width (boost::shared_ptr<AudioRegion> ar,
|
|||
/* points *MUST* be in anti-clockwise order */
|
||||
|
||||
Points points;
|
||||
Points::size_type npoints;
|
||||
Points::size_type pi;
|
||||
boost::shared_ptr<const Evoral::ControlList> list (audio_region()->fade_out());
|
||||
Evoral::ControlList::const_iterator x;
|
||||
double length = list->length();
|
||||
npoints = list->size();
|
||||
|
||||
points.assign (list->size(), Duple());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue