lcd4l: fix cherry-pick

Origin commit data
------------------
Branch: ni/coolstream
Commit: a20bd2dc14
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-10 (Mon, 10 Sep 2018)

Origin message was:
------------------
- lcd4l: fix cherry-pick

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-09-10 00:15:22 +02:00
parent a5dbaa5982
commit 21b0c4839f

View File

@@ -320,8 +320,6 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
{
WriteFile(BRIGHTNESS, to_string(Brightness));
m_Brightness = Brightness;
lcd4linux(false);
lcd4linux(true);
}
int Brightness_standby = g_settings.lcd4l_brightness_standby;
@@ -329,8 +327,6 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
{
WriteFile(BRIGHTNESS_STANDBY, to_string(Brightness_standby));
m_Brightness_standby = Brightness_standby;
lcd4linux(false);
lcd4linux(true);
}
/* ----------------------------------------------------------------- */