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 */
|
||||
#define BUTTON_REC_SW_ON 0x00000080
|
||||
#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
|
||||
|
||||
#if defined(SAMSUNG_YH820)
|
||||
|
|
Loading…
Reference in a new issue