From 7d14893c89110591be0ca98a76405f364c5248d2 Mon Sep 17 00:00:00 2001 From: nls Date: Mon, 9 Aug 2010 12:21:11 +0000 Subject: [PATCH] Remove old kluge that makes little difference with the new arm toolchain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27761 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/keyboard.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 8dea52799..c48eced26 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -328,12 +328,7 @@ static void kbd_move_picker_vertical(struct keyboard_parameters *pm, int kbd_input(char* text, int buflen) { bool done = false; -#ifdef CPU_ARM - /* This seems to keep the sizes for ARM way down */ - struct keyboard_parameters * volatile param = kbd_param; -#else struct keyboard_parameters * const param = kbd_param; -#endif struct edit_state state; int l; /* screen loop variable */ unsigned short ch; -- 2.11.4.GIT