mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Samsung YH92X: Remove unneeded line.
Change-Id: Icc2618391e831af7bc1998f7627176315443bcdb
This commit is contained in:
parent
a953964167
commit
7800aaca2f
1 changed files with 0 additions and 4 deletions
|
|
@ -44,10 +44,6 @@ void remote_int(void);
|
||||||
#else /* virtual buttons for record switch state change on YH92x */
|
#else /* virtual buttons for record switch state change on YH92x */
|
||||||
#define BUTTON_REC_SW_ON 0x00000080
|
#define BUTTON_REC_SW_ON 0x00000080
|
||||||
#define BUTTON_REC_SW_OFF 0x00000100
|
#define BUTTON_REC_SW_OFF 0x00000100
|
||||||
/* TODO: most of the plugin keymaps rely on the REC button,
|
|
||||||
so I kept the following line to prevent compile errors.
|
|
||||||
This line has to be removed as soon as all plugin keymaps are fixed! */
|
|
||||||
#define BUTTON_REC 0x00000200
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SAMSUNG_YH820)
|
#if defined(SAMSUNG_YH820)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue