mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user