forked from len0rd/rockbox
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
This commit is contained in:
parent
93c81dcd26
commit
f20c72a6f1
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue