movieplayer: remove unused RC_red handling

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fd023def3
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-03 (Wed, 03 Jan 2018)

Origin message was:
------------------
- movieplayer: remove unused RC_red handling

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-03 01:41:10 +01:00
parent 3d05eb2b52
commit 8bb0fa5113

View File

@@ -2014,16 +2014,6 @@ void CMoviePlayerGui::PlayFileLoop(void)
StartSubtitles(true);
if (restore)
FileTimeOSD->show(position);
#if 0
} else if (msg == CRCInput::RC_red) {
bool restore = FileTimeOSD->IsVisible();
FileTimeOSD->kill();
CStreamInfo2 streaminfo;
streaminfo.exec(NULL, "");
if (restore)
FileTimeOSD->show(position);
update_lcd = true;
#endif
} else if (msg == NeutrinoMessages::SHOW_EPG) {
handleMovieBrowser(NeutrinoMessages::SHOW_EPG, position);
} else if (msg == NeutrinoMessages::EVT_SUBT_MESSAGE) {