AZBOX: deleted

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2578ac1817
Author: max_10 <max_10@gmx.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)

Origin message was:
------------------
- AZBOX: deleted

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2020-10-03 22:47:34 +02:00
committed by vanhofen
parent 07568aa5b7
commit 4bce0cb433
9 changed files with 6 additions and 103 deletions

View File

@@ -910,16 +910,6 @@ unsigned int revert_translate(unsigned int code)
return KEY_PLAYPAUSE;
case RC_forward:
return KEY_FASTFORWARD;
#endif
#ifdef HAVE_AZBOX_HARDWARE
case RC_favorites:
return KEY_HOME;
case RC_stop:
return KEY_TV;
case RC_record:
return KEY_RADIO;
case RC_pause:
return KEY_PLAY;
#endif
default:
break;