mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- neutrino: remove stop_lcd4l_support(void) function
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -200,9 +200,6 @@ extern cAudio * audioDecoder;
|
|||||||
cPowerManager *powerManager;
|
cPowerManager *powerManager;
|
||||||
cCpuFreqManager * cpuFreq;
|
cCpuFreqManager * cpuFreq;
|
||||||
|
|
||||||
#ifdef ENABLE_LCD4LINUX
|
|
||||||
void stop_lcd4l_support(void);
|
|
||||||
#endif
|
|
||||||
void stop_daemons(bool stopall = true, bool for_flash = false);
|
void stop_daemons(bool stopall = true, bool for_flash = false);
|
||||||
void stop_video(void);
|
void stop_video(void);
|
||||||
|
|
||||||
@@ -4714,7 +4711,7 @@ void CNeutrinoApp::ExitRun(int exit_code)
|
|||||||
printf("[neutrino] hw_caps->can_shutdown: %d\n", g_info.hw_caps->can_shutdown);
|
printf("[neutrino] hw_caps->can_shutdown: %d\n", g_info.hw_caps->can_shutdown);
|
||||||
|
|
||||||
#ifdef ENABLE_LCD4LINUX
|
#ifdef ENABLE_LCD4LINUX
|
||||||
stop_lcd4l_support();
|
CLCD4l::getInstance()->StopLCD4l();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (SDTreloadChannels)
|
if (SDTreloadChannels)
|
||||||
@@ -5462,7 +5459,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
hint->paint();
|
hint->paint();
|
||||||
|
|
||||||
#ifdef ENABLE_LCD4LINUX
|
#ifdef ENABLE_LCD4LINUX
|
||||||
stop_lcd4l_support();
|
CLCD4l::getInstance()->StopLCD4l();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
saveSetup(NEUTRINO_SETTINGS_FILE);
|
saveSetup(NEUTRINO_SETTINGS_FILE);
|
||||||
@@ -5552,14 +5549,6 @@ void CNeutrinoApp::stopDaemonsForFlash()
|
|||||||
/**************************************************************************************
|
/**************************************************************************************
|
||||||
* Main programm - no function here *
|
* Main programm - no function here *
|
||||||
**************************************************************************************/
|
**************************************************************************************/
|
||||||
#ifdef ENABLE_LCD4LINUX
|
|
||||||
void stop_lcd4l_support()
|
|
||||||
{
|
|
||||||
if (g_settings.lcd4l_support)
|
|
||||||
CLCD4l::getInstance()->StopLCD4l();
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void stop_daemons(bool stopall, bool for_flash)
|
void stop_daemons(bool stopall, bool for_flash)
|
||||||
{
|
{
|
||||||
CMoviePlayerGui::getInstance().stopPlayBack();
|
CMoviePlayerGui::getInstance().stopPlayBack();
|
||||||
@@ -5673,7 +5662,8 @@ void sighandler (int signum)
|
|||||||
case SIGINT:
|
case SIGINT:
|
||||||
CVFD::getInstance()->ShowText("Exiting ...");
|
CVFD::getInstance()->ShowText("Exiting ...");
|
||||||
#ifdef ENABLE_LCD4LINUX
|
#ifdef ENABLE_LCD4LINUX
|
||||||
stop_lcd4l_support();
|
CLCD4l::getInstance()->StopLCD4l();
|
||||||
|
delete CLCD4l::getInstance();
|
||||||
#endif
|
#endif
|
||||||
delete cHddStat::getInstance();
|
delete cHddStat::getInstance();
|
||||||
delete CRecordManager::getInstance();
|
delete CRecordManager::getInstance();
|
||||||
|
Reference in New Issue
Block a user