diff src/video/dummy/SDL_nullevents.c @ 5125:dc0dfdd58f27

Removed completely non-portable event thread hack. Next I'll be working on generalizing the event sources and making the event queue lock-free. :)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 22:44:08 -0800
parents f7b03b6838cb
children b530ef003506
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullevents.c	Thu Jan 27 20:51:54 2011 -0800
+++ b/src/video/dummy/SDL_nullevents.c	Thu Jan 27 22:44:08 2011 -0800
@@ -24,7 +24,6 @@
 /* Being a null driver, there's no event stream. We just define stubs for
    most of the API. */
 
-#include "../../events/SDL_sysevents.h"
 #include "../../events/SDL_events_c.h"
 
 #include "SDL_nullvideo.h"