neutrino.cpp: remove double execute of StartLCD4l()

This commit is contained in:
GetAway
2021-10-19 20:27:34 +02:00
parent ac5f0a9973
commit 482cae3f90

View File

@@ -3215,10 +3215,6 @@ TIMER_START();
CVFD::getInstance()->setVolume(g_settings.current_volume);
#ifdef ENABLE_LCD4LINUX
CLCD4l::getInstance()->StartLCD4l();
#endif
#ifdef ENABLE_GRAPHLCD
if (current_muted)
cGLCD::lockIcon(cGLCD::MUTE);