From 335de0b043cf2f9d624ee564ba63f0f9f2c5daeb Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sat, 21 Apr 2007 05:07:18 +0000 Subject: 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 --- apps/debug_menu.c | 6 +----- 1 file changed, 1 insertion(+), 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 @@ #endif #include "hwcompat.h" -#if CONFIG_CPU == S3C2440 -#include "s3c2440.h" -#endif - #ifndef SIMULATOR static bool dbg_list(char *title, int count, int selection_size, int (*action_callback)(int btn, struct gui_synclist *lists), @@ -1139,7 +1135,7 @@ bool dbg_ports(void) } #elif CONFIG_CPU == S3C2440 char buf[128]; - int line, fd; + int line; lcd_setmargins(0, 0); lcd_clear_display(); -- cgit v1.2.3