- lcd4l: fix cherry-pick

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
vanhofen
2018-09-10 00:15:22 +02:00
committed by GetAway
parent beed663788
commit 0a359a8133

View File

@@ -426,8 +426,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;
@@ -435,8 +433,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);
}
/* ----------------------------------------------------------------- */