From 97e9e63d5c9aeb88debb6e9bcabb81327e77edfd Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 25 Mar 2011 23:07:13 -0500 Subject: [PATCH] revert unneeded code --- src/Player.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Player.cpp b/src/Player.cpp index fdf02b8fc6..8f727a35d7 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -2639,10 +2639,6 @@ void Player::UpdateJudgedRows() int iRow = iter.Row(); TapNote &tn = *iter; - // if row is within a warp section, ignore it. -aj - if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow(iRow) ) - continue; - if( iRow != iLastSeenRow ) { iLastSeenRow = iRow;