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

@@ -247,8 +247,6 @@ ca_init_1 CI-Modul
ca_init_2 Conax-Karte und CI-Modul
cablesetup.provider Kabelanbieter
camd_control camd-Steuerung
camd_item_ciplushelper_hint CI+ Helfer
camd_item_ciplushelper_name ciplushelper
camd_item_cs2gbox_hint cs2gbox - Newcamd Bridge
camd_item_cs2gbox_name cs2gbox
camd_item_doscam_hint DOSCam - Softcam und Emulator

View File

@@ -247,8 +247,6 @@ ca_init_1 CI module
ca_init_2 Conax-Card and CI module
cablesetup.provider cable provider
camd_control camd control
camd_item_ciplushelper_hint CI+ helper
camd_item_ciplushelper_name ciplushelper
camd_item_cs2gbox_hint cs2gbox - Newcamd bridge
camd_item_cs2gbox_name cs2gbox
camd_item_doscam_hint DOSCam - Softcam and emulator

View File

@@ -152,9 +152,6 @@ camds_data_t camds_data[]=
{LOCALE_CAMD_ITEM_NEWCS_NAME, LOCALE_CAMD_ITEM_NEWCS_HINT, "NEWCS", "newcs", 0, 0},
{LOCALE_CAMD_ITEM_GBOX_NAME, LOCALE_CAMD_ITEM_GBOX_HINT, "GBOX.NET", "gbox", 0, 0},
{LOCALE_CAMD_ITEM_CS2GBOX_NAME, LOCALE_CAMD_ITEM_CS2GBOX_HINT, "CS2GBOX", "cs2gbox", 0, 0}
#if HAVE_ARM_HARDWARE
,{LOCALE_CAMD_ITEM_CIPLUSHELPER_NAME, LOCALE_CAMD_ITEM_CIPLUSHELPER_HINT, "CIPLUSHELPER", "ciplushelper", 0, 0}
#endif
};
#define CAMDS_COUNT (sizeof(camds_data)/sizeof(struct camds_data_t))

View File

@@ -273,8 +273,6 @@ typedef enum
LOCALE_CA_INIT_2,
LOCALE_CABLESETUP_PROVIDER,
LOCALE_CAMD_CONTROL,
LOCALE_CAMD_ITEM_CIPLUSHELPER_HINT,
LOCALE_CAMD_ITEM_CIPLUSHELPER_NAME,
LOCALE_CAMD_ITEM_CS2GBOX_HINT,
LOCALE_CAMD_ITEM_CS2GBOX_NAME,
LOCALE_CAMD_ITEM_DOSCAM_HINT,

View File

@@ -273,8 +273,6 @@ const char * locale_real_names[] =
"ca_init_2",
"cablesetup.provider",
"camd_control",
"camd_item_ciplushelper_hint",
"camd_item_ciplushelper_name",
"camd_item_cs2gbox_hint",
"camd_item_cs2gbox_name",
"camd_item_doscam_hint",

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