diff options
| author | Felix Arends <edx@rockbox.org> | 2002-10-16 16:54:37 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-10-16 16:54:37 +0000 |
| commit | 1e95013f3c5dc4e61daeaf08b9cda3a1b4923393 (patch) | |
| tree | e521cb2c0bc4e250fae38a80fb6728b8e29681fe | |
| parent | ddc506af7e48efd72285a48340b647eff290aeaa (diff) | |
| download | rockbox-1e95013f3c5dc4e61daeaf08b9cda3a1b4923393.zip rockbox-1e95013f3c5dc4e61daeaf08b9cda3a1b4923393.tar.gz rockbox-1e95013f3c5dc4e61daeaf08b9cda3a1b4923393.tar.bz2 rockbox-1e95013f3c5dc4e61daeaf08b9cda3a1b4923393.tar.xz | |
what did that #ifdef do there?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2690 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/common/lcd-playersim.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c index 3405247..c30753e 100644 --- a/uisimulator/common/lcd-playersim.c +++ b/uisimulator/common/lcd-playersim.c @@ -18,8 +18,6 @@ ****************************************************************************/ #include "config.h" -#ifdef HAVE_LCD_BITMAP - #include "lcd.h" #include "kernel.h" #include "thread.h" @@ -675,8 +673,6 @@ static void scroll_thread(void) } } -#endif - /* ----------------------------------------------------------------- * local variables: * eval: (load-file "../rockbox-mode.el") |