summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-04-21 05:07:18 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-04-21 05:07:18 +0000
commit335de0b043cf2f9d624ee564ba63f0f9f2c5daeb (patch)
treeb884c8c0f5bb17323baea56578fb24781f830865 /apps
parent8a1fd8c686d2a4b8be36754e545338a476150e6a (diff)
downloadrockbox-335de0b043cf2f9d624ee564ba63f0f9f2c5daeb.tar.gz
rockbox-335de0b043cf2f9d624ee564ba63f0f9f2c5daeb.zip
Clean up that warning and pull out an unneeded #ifdef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13226 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 9f827e7b7b..0ffc85030e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -88,10 +88,6 @@
88#endif 88#endif
89#include "hwcompat.h" 89#include "hwcompat.h"
90 90
91#if CONFIG_CPU == S3C2440
92#include "s3c2440.h"
93#endif
94
95#ifndef SIMULATOR 91#ifndef SIMULATOR
96static bool dbg_list(char *title, int count, int selection_size, 92static bool dbg_list(char *title, int count, int selection_size,
97 int (*action_callback)(int btn, struct gui_synclist *lists), 93 int (*action_callback)(int btn, struct gui_synclist *lists),
@@ -1139,7 +1135,7 @@ bool dbg_ports(void)
1139 } 1135 }
1140#elif CONFIG_CPU == S3C2440 1136#elif CONFIG_CPU == S3C2440
1141 char buf[128]; 1137 char buf[128];
1142 int line, fd; 1138 int line;
1143 1139
1144 lcd_setmargins(0, 0); 1140 lcd_setmargins(0, 0);
1145 lcd_clear_display(); 1141 lcd_clear_display();