diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2016-01-12 21:02:16 +0100 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2016-01-12 21:02:16 +0100 |
commit | 7800aaca2f8f10584a17714d67e9ebcb08d19f5a (patch) | |
tree | c16ccfd59b2e155cc16514c3270eb7b9980602f8 /firmware/target | |
parent | a9539641673311cb929a98184631f52d57445d0a (diff) |
Samsung YH92X: Remove unneeded line.
Change-Id: Icc2618391e831af7bc1998f7627176315443bcdb
Diffstat (limited to 'firmware/target')
-rw-r--r-- | firmware/target/arm/samsung/button-target.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/arm/samsung/button-target.h b/firmware/target/arm/samsung/button-target.h index 5ccf2adace..8e1c970c62 100644 --- a/firmware/target/arm/samsung/button-target.h +++ b/firmware/target/arm/samsung/button-target.h @@ -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) |