mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
neutrino.cpp: remove double execute of StartLCD4l()
This commit is contained in:
@@ -3215,10 +3215,6 @@ TIMER_START();
|
|||||||
CVFD::getInstance()->setVolume(g_settings.current_volume);
|
CVFD::getInstance()->setVolume(g_settings.current_volume);
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_LCD4LINUX
|
|
||||||
CLCD4l::getInstance()->StartLCD4l();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef ENABLE_GRAPHLCD
|
#ifdef ENABLE_GRAPHLCD
|
||||||
if (current_muted)
|
if (current_muted)
|
||||||
cGLCD::lockIcon(cGLCD::MUTE);
|
cGLCD::lockIcon(cGLCD::MUTE);
|
||||||
|
Reference in New Issue
Block a user