remove unused
This commit is contained in:
@@ -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
|
void Style::GetMinAndMaxColX( PlayerNumber pn, float& fMixXOut, float& fMaxXOut ) const
|
||||||
{
|
{
|
||||||
ASSERT( pn != PLAYER_INVALID );
|
ASSERT( pn != PLAYER_INVALID );
|
||||||
|
|||||||
@@ -60,8 +60,6 @@ public:
|
|||||||
|
|
||||||
void GetTransformedNoteDataForStyle( PlayerNumber pn, const NoteData& original, NoteData& noteDataOut ) const;
|
void GetTransformedNoteDataForStyle( PlayerNumber pn, const NoteData& original, NoteData& noteDataOut ) const;
|
||||||
|
|
||||||
bool MatchesStepsType( StepsType type ) const;
|
|
||||||
|
|
||||||
void GetMinAndMaxColX( PlayerNumber pn, float& fMixXOut, float& fMaxXOut ) const;
|
void GetMinAndMaxColX( PlayerNumber pn, float& fMixXOut, float& fMaxXOut ) const;
|
||||||
|
|
||||||
// Lua
|
// Lua
|
||||||
|
|||||||
Reference in New Issue
Block a user