Remove unused CRecordingNotifier

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1916 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 660a4f4e45
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-26 (Sat, 26 Nov 2011)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2011-11-26 11:55:39 +00:00
parent 9f05f75a4b
commit ae4a0d0b87
2 changed files with 0 additions and 87 deletions

View File

@@ -98,30 +98,12 @@ class COnOffNotifier : public CChangeObserver
bool changeNotify(const neutrino_locale_t, void *Data);
};
class CRecordingNotifier : public CChangeObserver
{
private:
CMenuItem* toDisable[9];
public:
CRecordingNotifier(CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*);
bool changeNotify(const neutrino_locale_t OptionName, void*);
};
class CRecordingSafetyNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void *);
};
class CRecordingNotifier2 : public CChangeObserver
{
private:
CMenuItem* toDisable[1];
public:
CRecordingNotifier2( CMenuItem*);
bool changeNotify(const neutrino_locale_t, void *);
};
class CMiscNotifier : public CChangeObserver
{
private: