Delete warning-prone unused unusable event recording code

This was SVN commit r9355.
This commit is contained in:
Ykkrosh
2011-04-30 00:06:30 +00:00
parent f22e40b64c
commit e292c55e94
3 changed files with 4 additions and 123 deletions
+1 -2
View File
@@ -142,8 +142,7 @@ static InReaction MainInputHandler(const SDL_Event_* ev)
// dispatch all pending events to the various receivers.
static void PumpEvents()
{
PROFILE( "dispatch events" );
in_dispatch_recorded_events();
PROFILE("dispatch events");
SDL_Event_ ev;
while(SDL_PollEvent(&ev.ev))