From 09cb77617ef15805bcd3f14d2d9e5dfaade4ac2d Mon Sep 17 00:00:00 2001 From: focus Date: Fri, 25 Nov 2011 13:33:42 +0000 Subject: [PATCH] Remove unused code git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1897 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/system/setting_helpers.cpp | 7 ------- src/system/setting_helpers.h | 6 ------ 2 files changed, 13 deletions(-) diff --git a/src/system/setting_helpers.cpp b/src/system/setting_helpers.cpp index dae567f8f..cd84a0930 100644 --- a/src/system/setting_helpers.cpp +++ b/src/system/setting_helpers.cpp @@ -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++) diff --git a/src/system/setting_helpers.h b/src/system/setting_helpers.h index e3abce3fa..87f960d52 100644 --- a/src/system/setting_helpers.h +++ b/src/system/setting_helpers.h @@ -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: