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:
vanhofen
2022-02-20 21:18:12 +01:00
parent e528c72656
commit 6a8d745a9a

View File

@@ -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";
}