movieplayer.cpp: fix handle key play/pause for arm

This commit is contained in:
GetAway
2018-05-26 17:59:18 +02:00
parent 22eedad076
commit 714cca6ba6
2 changed files with 7 additions and 2 deletions

View File

@@ -1724,8 +1724,6 @@ int CRCInput::translate(int code)
return RC_up;
case 0x101: // FIXME -- needed?
return RC_down;
case KEY_PLAYPAUSE:
return RC_play;
case KEY_PROGRAM:
return RC_timer;
case KEY_CHANNELUP: