mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-17 02:13:41 +02:00
rework ca mode
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@692 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1017,15 +1017,3 @@ printf("CAllUsalsNotifier::changeNotify: %s\n", onoff ? "ON" : "OFF");
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
CAModeNotifier::CAModeNotifier(CMenuOptionChooser* i1)
|
||||
{
|
||||
toDisable=i1;
|
||||
}
|
||||
|
||||
bool CAModeNotifier::changeNotify(const neutrino_locale_t, void *)
|
||||
{
|
||||
toDisable->setActive(g_settings.casystem_display);
|
||||
return true;
|
||||
}
|
||||
|
@@ -318,14 +318,4 @@ public:
|
||||
bool changeNotify(const neutrino_locale_t, void * data);
|
||||
};
|
||||
|
||||
class CAModeNotifier : public CChangeObserver
|
||||
{
|
||||
private:
|
||||
CMenuOptionChooser* toDisable;
|
||||
public:
|
||||
CAModeNotifier( CMenuOptionChooser* );
|
||||
bool changeNotify(const neutrino_locale_t, void *);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -66,7 +66,6 @@ struct SNeutrinoSettings
|
||||
int infobar_show_channellogo;
|
||||
int progressbar_color;
|
||||
int casystem_display;
|
||||
int casystem_mode;
|
||||
int scrambled_message;
|
||||
int volume_pos;
|
||||
int menu_pos;
|
||||
|
Reference in New Issue
Block a user