remove unused local variable

This commit is contained in:
Paul Davis 2015-04-11 10:57:42 -04:00
parent 74df563d6f
commit d0e636e1a8

View File

@ -2356,7 +2356,6 @@ void
Playlist::setup_layering_indices (RegionList const & regions)
{
uint64_t j = 0;
list<Evoral::Range<framepos_t> > xf;
for (RegionList::const_iterator k = regions.begin(); k != regions.end(); ++k) {
(*k)->set_layering_index (j++);