From 36e5fec2d4804d91fba15db318f8b8e6427f17d9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 13 Sep 2006 08:08:12 +0000 Subject: [PATCH] remove unused --- stepmania/src/Style.cpp | 7 ------- stepmania/src/Style.h | 2 -- 2 files changed, 9 deletions(-) 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