diff options
author | Felix Arends <edx@rockbox.org> | 2002-05-01 09:48:29 +0000 |
---|---|---|
committer | Felix Arends <edx@rockbox.org> | 2002-05-01 09:48:29 +0000 |
commit | fda07efa456941710246164f91b7c8d04fae6eb1 (patch) | |
tree | 0e29f49e8a53a90c78670fbc759b2b8c1f61965b | |
parent | dc64ef99d162cddaf4d97acddaf37be736703651 (diff) |
removed win32 compiler directive
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@359 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | uisimulator/app.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uisimulator/app.c b/uisimulator/app.c index a263810c7e..6ba36e1601 100644 --- a/uisimulator/app.c +++ b/uisimulator/app.c @@ -24,10 +24,6 @@ #include "tree.h" -#ifdef SIMULATOR -#include <stdio.h> -#endif - extern void tetris(void); #define LINE_HEIGHT 8 |