diff --git a/src/gui/editors/SongEditor.cpp b/src/gui/editors/SongEditor.cpp index a7f67c743..b6647d44a 100644 --- a/src/gui/editors/SongEditor.cpp +++ b/src/gui/editors/SongEditor.cpp @@ -575,7 +575,6 @@ void SongEditor::keyPressEvent( QKeyEvent * ke ) } else if( ke->key() == Qt::Key_Delete || ke->key() == Qt::Key_Backspace ) { - QVector tcoViews; QVector so = selectedObjects(); for( QVector::iterator it = so.begin(); it != so.end(); ++it )