diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:23:51 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:23:51 +0000 |
| commit | 9adbe7518c34eb513bbb3eba3dfbce639c4ac7f6 (patch) | |
| tree | f24a540cdb6f129318aa1d10c20ef72fe4ef3a33 | |
| parent | ed30a988dddec12985a44e7bc10fcae91a29a751 (diff) | |
| download | enigma2-9adbe7518c34eb513bbb3eba3dfbce639c4ac7f6.tar.gz enigma2-9adbe7518c34eb513bbb3eba3dfbce639c4ac7f6.zip | |
fixed two errors
| -rw-r--r-- | main/enigma.cpp | 4 |
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> |
