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
@@ -189,7 +189,7 @@ InputHandler_SDL::~InputHandler_SDL()
mySDL_EventState(Handled_SDL_Events[i], SDL_IGNORE);
}
void InputHandler_SDL::Update(float fDeltaTime)
void InputHandler_SDL::Update()
{
SDL_Event event;
while(SDL_GetEvent(event, SDL_EventMask))