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:
vanhofen
2018-01-07 18:06:34 +01:00
parent e63f120845
commit 98f4aa786f
6 changed files with 0 additions and 15 deletions

View File

@@ -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;
}