mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
lcd4l: remove int ModeStandby
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4737f718c1
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-02-20 (Sun, 20 Feb 2022)
Origin message was:
------------------
- lcd4l: remove int ModeStandby
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -728,8 +728,6 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
int dummy;
|
||||
int ModeLogo = 0;
|
||||
|
||||
int ModeStandby = 0;
|
||||
|
||||
if (m_ModeChannel)
|
||||
{
|
||||
if (m_ModeChannel > 1)
|
||||
@@ -825,7 +823,6 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
else if (parseID == NeutrinoModes::mode_standby)
|
||||
{
|
||||
Service = "STANDBY";
|
||||
ModeStandby = 1;
|
||||
}
|
||||
|
||||
/* --- */
|
||||
@@ -890,7 +887,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
|
||||
std::string DisplayMode;
|
||||
|
||||
if (ModeStandby)
|
||||
if (m_Mode == NeutrinoModes::mode_standby)
|
||||
{
|
||||
DisplayMode = "standby";
|
||||
}
|
||||
|
Reference in New Issue
Block a user