diff --git a/src/Player.cpp b/src/Player.cpp index 0daaf083e7..b9f3c82d11 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -2975,10 +2975,6 @@ void Player::RandomizeNotes( int iNoteRow ) const int iSwapWith = RandomInt( iNumOfTracks ); - // Make sure we're not swapping with ourselves. - if( t == iSwapWith ) - continue; - // Make sure this is empty. if( m_NoteData.FindTapNote(iSwapWith, iNewNoteRow) != m_NoteData.end(iSwapWith) ) continue;