diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index 57329c725d..9968c4704c 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -338,7 +338,7 @@ float FindLastDisplayedBeat( PlayerNumber pn, int iLastPixelToDraw ) else // on screen fLastBeatToDraw += fSearchDistance; - float fOffBy = fYPosWOReverse - iLastPixelToDraw; +// float fOffBy = fYPosWOReverse - iLastPixelToDraw; fSearchDistance /= 2; }