system/setting_helpers.cpp: cleanup unused code

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4fd04645b7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-31 17:12:23 +04:00
parent 12c7c579af
commit 503820c7fe
2 changed files with 2 additions and 171 deletions

View File

@@ -64,12 +64,6 @@ class COnOffNotifier : public CChangeObserver
bool changeNotify(const neutrino_locale_t, void *Data);
};
class CRecordingSafetyNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void *);
};
class CMiscNotifier : public CChangeObserver
{
private:
@@ -79,18 +73,6 @@ class CMiscNotifier : public CChangeObserver
bool changeNotify(const neutrino_locale_t, void *);
};
class CLcdNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void *);
};
class CPauseSectionsdNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * Data);
};
class CSectionsdConfigNotifier : public CChangeObserver
{
public:
@@ -120,18 +102,6 @@ class CAudioSetupNotifier : public CChangeObserver
bool changeNotify(const neutrino_locale_t OptionName, void *);
};
class CKeySetupNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void *);
};
class CIPChangeNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * Data);
};
class CTimingSettingsNotifier : public CChangeObserver
{
public:
@@ -144,19 +114,12 @@ class CFontSizeNotifier : public CChangeObserver
bool changeNotify(const neutrino_locale_t, void *);
};
class CRecAPIDSettingsNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t OptionName, void*);
};
class CSubtitleChangeExec : public CMenuTarget
{
public:
int exec(CMenuTarget* parent, const std::string & actionKey);
};
void showSubchan(const std::string & subChannelName);
class CNVODChangeExec : public CMenuTarget
{
public:
@@ -180,11 +143,6 @@ class COnekeyPluginChangeExec : public CMenuTarget
public:
int exec(CMenuTarget* parent, const std::string & actionKey);
};
class CUCodeCheckExec : public CMenuTarget
{
public:
int exec(CMenuTarget* parent, const std::string & actionKey);
};
int safe_mkdir(char * path);
int check_dir(const char * newdir);
@@ -212,23 +170,11 @@ class CCpuFreqNotifier : public CChangeObserver
public:
bool changeNotify(const neutrino_locale_t, void * data);
};
#if 0
class CScreenPresetNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * data);
};
#endif
class CAutoModeNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * data);
};
class CRadiotextNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * Data);
};
#endif