mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
Remove unused code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1897 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 09cb77617e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-25 (Fri, 25 Nov 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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++)
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user