diff options
| author | Nils Wallménius <nils@rockbox.org> | 2010-08-11 08:46:20 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2010-08-11 08:46:20 +0000 |
| commit | 64ebe5f0d49633fbf671fddc3f1bfa92db2178b5 (patch) | |
| tree | 019c8e0d6cac2fcb8701953b9e73185bea87fef7 /firmware/export | |
| parent | 2e0217774f48c8ee998bf860be0448cfc06c2848 (diff) | |
| download | rockbox-64ebe5f0d49633fbf671fddc3f1bfa92db2178b5.zip rockbox-64ebe5f0d49633fbf671fddc3f1bfa92db2178b5.tar.gz rockbox-64ebe5f0d49633fbf671fddc3f1bfa92db2178b5.tar.bz2 rockbox-64ebe5f0d49633fbf671fddc3f1bfa92db2178b5.tar.xz | |
Delete useless #ifndef #endif pair.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27771 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/sansafuze.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index 3e1e6c5..15f9f66 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -64,10 +64,8 @@ /* define this if you can invert the colours on your LCD */ #define HAVE_LCD_INVERT -#ifndef BOOTLOADER /* define this if you have a real-time clock */ #define CONFIG_RTC RTC_AS3514 -#endif /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS |