Samsung YH92X: Remove unneeded line.

Change-Id: Icc2618391e831af7bc1998f7627176315443bcdb
This commit is contained in:
Szymon Dziok 2016-01-12 21:02:16 +01:00
parent a953964167
commit 7800aaca2f

View file

@ -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)