mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
remove superfluous ifdef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31456 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c12aa1f08
commit
366a52f609
1 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,6 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef USB_ENABLE_HID
|
|
||||||
#include "action.h"
|
#include "action.h"
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
@ -223,5 +222,3 @@ int keypad_mode_name_get(void)
|
||||||
{
|
{
|
||||||
return hid_key_mappings[usb_keypad_mode]->lang_name;
|
return hid_key_mappings[usb_keypad_mode]->lang_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue