fixed two errors
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 18 Jan 2006 01:23:51 +0000 (01:23 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Wed, 18 Jan 2006 01:23:51 +0000 (01:23 +0000)
main/enigma.cpp

index 65ba4050a9e16ad38d65258ef7fdaa7847ec0870..c868902f860a56434c024c6ea8d8f4fce69d44de 100644 (file)
@@ -1,7 +1,4 @@
-#undef WITH_SDL
-
 #ifdef WITH_SDL
-#error
 #define SDLDC
 #endif
 
@@ -19,7 +16,6 @@
 #include <lib/gdi/glcddc.h>
 
 #ifdef WITH_SDL
-#error
 #include <lib/gdi/sdl.h>
 #endif
 #include <lib/gdi/font.h>