diff options
Diffstat (limited to 'btif/src/btif_rc.c')
-rwxr-xr-x | btif/src/btif_rc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/btif/src/btif_rc.c b/btif/src/btif_rc.c index 9a0d0ee..a3f631a 100755 --- a/btif/src/btif_rc.c +++ b/btif/src/btif_rc.c @@ -67,12 +67,8 @@ /***************************************************************************** ** Constants & Macros ******************************************************************************/ -#if (!defined(AVRC_METADATA_INCLUDED) || (AVRC_METADATA_INCLUDED == FALSE)) #define BTIF_RC_USE_UINPUT TRUE #include "uinput.h" -#else -#error "AVRCP 1.3 is not supported on Bluedroid yet." -#endif /* cod value for Headsets */ #define COD_AV_HEADSETS 0x0404 |