diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index 9d6fbb0df9..861eba141c 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -329,11 +329,6 @@ float FindLastDisplayedBeat( PlayerNumber pn, int iLastPixelToDraw ) float fSearchDistance = 10; float fLastBeatToDraw = GAMESTATE->m_fSongBeat+fSearchDistance; - /* With a song that starts with a negative offset, fSearchDistance here can put - * the result out of range. XXX: 0 does, too; try setting an #OFFSET to -100. */ -// if( GAMESTATE->m_fSongBeat < 0 ) -// fLastBeatToDraw = 0; //fSearchDistance; - const int NUM_ITERATIONS = 20; for( int i=0; iWarn( "Modifier '%s' not recognized.", sBit.c_str() ); } } diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 5e3770135e..c25e79bcbe 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -631,7 +631,6 @@ void ScreenEdit::InputEdit( const DeviceInput& DeviceI, const InputEventType typ if( iCol >= m_NoteFieldEdit.GetNumTracks() ) // this button is not in the range of columns for this StyleDef break; - /* XXX: easier to do with 4s */ // check for to see if the user intended to remove a HoldNote bool bRemovedAHoldNote = false; for( int i=0; i