remove InputMapper::GetSecsHeld(StyleI)

This commit is contained in:
Glenn Maynard
2006-09-13 01:38:10 +00:00
parent 7da7f3af18
commit 9f54f1b248
4 changed files with 9 additions and 11 deletions
-7
View File
@@ -859,13 +859,6 @@ float InputMapper::GetSecsHeld( const MenuInput &MenuI )
return fMaxSecsHeld;
}
float InputMapper::GetSecsHeld( const StyleInput &StyleI, PlayerNumber pn, MultiPlayer mp )
{
GameInput GameI;
StyleToGame( StyleI, pn, GameI );
return GetSecsHeld( GameI, mp );
}
void InputMapper::ResetKeyRepeat( const GameInput &GameI )
{
for( int i=0; i<NUM_GAME_TO_DEVICE_SLOTS; i++ )