diff --git a/src/gui/piano_roll.cpp b/src/gui/piano_roll.cpp index e1b51b3ac..a23ed5654 100644 --- a/src/gui/piano_roll.cpp +++ b/src/gui/piano_roll.cpp @@ -1767,8 +1767,6 @@ void pianoRoll::computeSelectedNotes(bool shift) { const noteVector & notes = m_pattern->notes(); - QPolygon volumeHandles; - for( noteVector::const_iterator it = notes.begin(); it != notes.end(); ++it ) {