Correct H10's #define indents, remove redundant lines

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Hristo Kovachev 2006-08-11 09:05:58 +00:00
parent 9dc0e62229
commit f4ae59d8d7

View file

@ -1579,11 +1579,3 @@ enum plugin_status plugin_start( struct plugin_api* api, void* parameter )
return ( result == SOLITAIRE_USB ) ? PLUGIN_USB_CONNECTED : PLUGIN_OK;
}
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
#define HELP_SOL_MOVE "REW: Select cards, Move cards, reveal hidden cards ..."
#define HELP_SOL_DRAW "PLAY: Un-select a card if it was selected. Else, draw 3 new cards out of the remains' stack."
#define HELP_SOL_REM2CUR "REW+LEFT: Put the card on top of the remains' stack on top of the cursor."
#define HELP_SOL_CUR2STACK "REW+UP..: Put the card under the cursor on one of the 4 final stacks."
#define HELP_SOL_REM2STACK "REW+DOWN: Put the card on top of the remains' stack on one of the 4 final stacks."
#endif