- infoviewer: minor cleanup

This commit is contained in:
vanhofen
2022-11-23 23:54:02 +01:00
committed by Thilo Graf
parent 01bf9bb996
commit 5e4dbf54fd
2 changed files with 1 additions and 5 deletions

View File

@@ -568,7 +568,6 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
frameBuffer->paintIcon(playicon, icon_x, icon_y);
showLcdPercentOver ();
showInfoFile();
//loop(fadeValue, show_dot , fadeIn);
loop(show_dot);
aspectRatio = 0;
fileplay = 0;
@@ -829,7 +828,6 @@ void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap
}
if (!calledFromNumZap) {
//loop(fadeValue, show_dot , fadeIn);
loop(show_dot);
}
aspectRatio = 0;
@@ -1018,8 +1016,7 @@ void CInfoViewer::loop(bool show_dot)
{
bool hideIt = true;
resetSwitchMode(); //no virtual zap
//bool fadeOut = false;
timeoutEnd=0;;
timeoutEnd=0;
setInfobarTimeout();
int res = messages_return::none;