remove unused

This commit is contained in:
Glenn Maynard
2006-09-13 08:08:12 +00:00
parent 6366740d0f
commit 36e5fec2d4
2 changed files with 0 additions and 9 deletions
-7
View File
@@ -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 );
-2
View File
@@ -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