remove unused

This commit is contained in:
Glenn Maynard
2006-09-12 23:47:55 +00:00
parent 7bab74efab
commit 2fa74742c0
3 changed files with 0 additions and 9 deletions
-7
View File
@@ -896,13 +896,6 @@ void InputMapper::ResetKeyRepeat( const MenuInput &MenuI )
ResetKeyRepeat( GameI[i] );
}
void InputMapper::ResetKeyRepeat( const StyleInput &StyleI )
{
GameInput GameI;
StyleToGame( StyleI, GameI );
ResetKeyRepeat( GameI );
}
InputDevice InputMapper::MultiPlayerToInputDevice( MultiPlayer mp )
{
if( mp == MultiPlayer_INVALID )