diff --git a/stepmania/src/Style.cpp b/stepmania/src/Style.cpp index b0d083be42..f1ba73dd4e 100644 --- a/stepmania/src/Style.cpp +++ b/stepmania/src/Style.cpp @@ -87,13 +87,6 @@ PlayerNumber Style::ControllerToPlayerNumber( GameController controller ) const } } -bool Style::MatchesStepsType( StepsType type ) const -{ - if(type == m_StepsType) return true; - - return false; -} - void Style::GetMinAndMaxColX( PlayerNumber pn, float& fMixXOut, float& fMaxXOut ) const { ASSERT( pn != PLAYER_INVALID ); diff --git a/stepmania/src/Style.h b/stepmania/src/Style.h index b572a84f56..552b9035f0 100644 --- a/stepmania/src/Style.h +++ b/stepmania/src/Style.h @@ -60,8 +60,6 @@ public: void GetTransformedNoteDataForStyle( PlayerNumber pn, const NoteData& original, NoteData& noteDataOut ) const; - bool MatchesStepsType( StepsType type ) const; - void GetMinAndMaxColX( PlayerNumber pn, float& fMixXOut, float& fMaxXOut ) const; // Lua