aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2006-01-18 01:23:51 +0000
committerAndreas Oberritter <obi@opendreambox.org>2006-01-18 01:23:51 +0000
commit9adbe7518c34eb513bbb3eba3dfbce639c4ac7f6 (patch)
treef24a540cdb6f129318aa1d10c20ef72fe4ef3a33 /main
parented30a988dddec12985a44e7bc10fcae91a29a751 (diff)
downloadenigma2-9adbe7518c34eb513bbb3eba3dfbce639c4ac7f6.tar.gz
enigma2-9adbe7518c34eb513bbb3eba3dfbce639c4ac7f6.zip
fixed two errors
Diffstat (limited to 'main')
-rw-r--r--main/enigma.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/enigma.cpp b/main/enigma.cpp
index 65ba4050..c868902f 100644
--- a/main/enigma.cpp
+++ b/main/enigma.cpp
@@ -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>