Remove unused code

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1897 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2011-11-25 13:33:42 +00:00
parent ac05777836
commit 09cb77617e
2 changed files with 0 additions and 13 deletions

View File

@@ -572,13 +572,6 @@ bool CIPChangeNotifier::changeNotify(const neutrino_locale_t, void * Data)
}
#endif
bool CConsoleDestChangeNotifier::changeNotify(const neutrino_locale_t, void * Data)
{
g_settings.uboot_console = *(int *)Data;
return true;
}
bool CTimingSettingsNotifier::changeNotify(const neutrino_locale_t OptionName, void *)
{
for (int i = 0; i < SNeutrinoSettings::TIMING_SETTING_COUNT; i++)

View File

@@ -194,12 +194,6 @@ class CIPChangeNotifier : public CChangeObserver
bool changeNotify(const neutrino_locale_t, void * Data);
};
class CConsoleDestChangeNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * Data);
};
class CTimingSettingsNotifier : public CChangeObserver
{
public: