mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- infoviewer: minor cleanup
This commit is contained in:
@@ -568,7 +568,6 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
|
|||||||
frameBuffer->paintIcon(playicon, icon_x, icon_y);
|
frameBuffer->paintIcon(playicon, icon_x, icon_y);
|
||||||
showLcdPercentOver ();
|
showLcdPercentOver ();
|
||||||
showInfoFile();
|
showInfoFile();
|
||||||
//loop(fadeValue, show_dot , fadeIn);
|
|
||||||
loop(show_dot);
|
loop(show_dot);
|
||||||
aspectRatio = 0;
|
aspectRatio = 0;
|
||||||
fileplay = 0;
|
fileplay = 0;
|
||||||
@@ -829,7 +828,6 @@ void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!calledFromNumZap) {
|
if (!calledFromNumZap) {
|
||||||
//loop(fadeValue, show_dot , fadeIn);
|
|
||||||
loop(show_dot);
|
loop(show_dot);
|
||||||
}
|
}
|
||||||
aspectRatio = 0;
|
aspectRatio = 0;
|
||||||
@@ -1018,8 +1016,7 @@ void CInfoViewer::loop(bool show_dot)
|
|||||||
{
|
{
|
||||||
bool hideIt = true;
|
bool hideIt = true;
|
||||||
resetSwitchMode(); //no virtual zap
|
resetSwitchMode(); //no virtual zap
|
||||||
//bool fadeOut = false;
|
timeoutEnd=0;
|
||||||
timeoutEnd=0;;
|
|
||||||
setInfobarTimeout();
|
setInfobarTimeout();
|
||||||
|
|
||||||
int res = messages_return::none;
|
int res = messages_return::none;
|
||||||
|
@@ -141,7 +141,6 @@ class CInfoViewer : public sigc::trackable
|
|||||||
void showInfoFile();
|
void showInfoFile();
|
||||||
void killInfobarText();
|
void killInfobarText();
|
||||||
|
|
||||||
//void loop(int fadeValue, bool show_dot ,bool fadeIn);
|
|
||||||
void loop(bool show_dot);
|
void loop(bool show_dot);
|
||||||
std::string eventname;
|
std::string eventname;
|
||||||
void show_current_next(bool new_chan, int epgpos);
|
void show_current_next(bool new_chan, int epgpos);
|
||||||
|
Reference in New Issue
Block a user