From 8bb0fa511398c44633b731ad8e40bfe3aa842d7b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 3 Jan 2018 01:41:10 +0100 Subject: [PATCH] movieplayer: remove unused RC_red handling Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2fd023def36e4a91c586fab4c8fb15271cb05e27 Author: vanhofen 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 --- src/gui/movieplayer.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 885cc298e..fbb6084e1 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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) {