remove unused fDeltaTime parameter

This commit is contained in:
Glenn Maynard
2005-12-18 22:51:12 +00:00
parent 67f9c89c96
commit 7faaa73afd
16 changed files with 17 additions and 17 deletions
@@ -116,7 +116,7 @@ void InputHandler_Win32_Pump::InputThreadMain()
CHECKPOINT;
}
void InputHandler_Win32_Pump::Update( float fDeltaTime )
void InputHandler_Win32_Pump::Update()
{
if( !InputThread.IsCreated() )
{