SVN commit 849799 by markey: Remove unused code. M +0 -3 PlaylistGraphicsView.cpp --- trunk/extragear/multimedia/amarok/src/playlist/PlaylistGraphicsView.cpp #849798:849799 @@ -377,11 +377,9 @@ int moveMeIndex = m_tracks.indexOf( moveMe ); QList albumTracks; - albumTracks << moveMeIndex; int i = moveMeIndex + 1; - int count = 1; // get the index of the body elements while( ( i < m_tracks.count() ) && ( m_tracks[i]->groupMode() != Playlist::Head ) ) { @@ -396,7 +394,6 @@ aboveIndex = m_tracks.count(); m_model->moveMultipleRows( albumTracks, aboveIndex ); - } }