mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
remove obsolete code
Origin commit data
------------------
Commit: bf412e4c20
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-07 (Sun, 07 Jan 2018)
Origin message was:
------------------
- remove obsolete code
This commit is contained in:
@@ -182,7 +182,6 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
strstr(filename, "ncam") ||
|
||||
strstr(filename, "oscam") ||
|
||||
strstr(filename, "cs2gbox") ||
|
||||
strstr(filename, "ciplushelper")||
|
||||
strstr(filename, "gbox"))
|
||||
{
|
||||
CHintBox hintbox(LOCALE_CAMD_CONTROL, g_Locale->getText(LOCALE_CAMD_MSG_START));
|
||||
@@ -231,7 +230,6 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
strstr(filename, "ncam") ||
|
||||
strstr(filename, "oscam") ||
|
||||
strstr(filename, "cs2gbox") ||
|
||||
strstr(filename, "ciplushelper")||
|
||||
strstr(filename, "gbox"))
|
||||
{
|
||||
CHintBox hintbox(LOCALE_CAMD_CONTROL, g_Locale->getText(LOCALE_CAMD_MSG_STOP));
|
||||
@@ -252,8 +250,6 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
}
|
||||
remove(flagfile.c_str());
|
||||
}
|
||||
if (strstr(filename, "ciplushelper"))
|
||||
CNeutrinoApp::getInstance()->exec(NULL, "need_reboot");
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user