remove unused parameter

This commit is contained in:
Glenn Maynard
2005-12-18 22:53:47 +00:00
parent 7faaa73afd
commit 29603ba7db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ void InputFilter::Update( float fDeltaTime )
{
RageTimer now;
INPUTMAN->Update( fDeltaTime );
INPUTMAN->Update();
/* Make sure that nothing gets inserted while we do this, to prevent
* things like "key pressed, key release, key repeat". */