mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Delete warning-prone unused unusable event recording code
This was SVN commit r9355.
This commit is contained in:
+1
-2
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user