mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
neutrino clean up: Streaming settings removed
- from all locales,
locales.h,
locales_intern.h
- usage of settings in
filebrowser.cpp,
movieplayer.cpp,
neutrino.cpp,
neutrino.h,
neutrino_menue.cpp,
setting_helpers.cpp,
setting_helpers.h,
settings.h
There is no reason to keep dead features,
but if we need streaming settings sometime in future again,
then we can dig out it.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1076 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf20bb63b8
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-01-28 (Fri, 28 Jan 2011)
Origin message was:
------------------
*neutrino clean up: Streaming settings removed
- from all locales,
locales.h,
locales_intern.h
- usage of settings in
filebrowser.cpp,
movieplayer.cpp,
neutrino.cpp,
neutrino.h,
neutrino_menue.cpp,
setting_helpers.cpp,
setting_helpers.h,
settings.h
There is no reason to keep dead features,
but if we need streaming settings sometime in future again,
then we can dig out it.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1076 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -88,14 +88,6 @@ class CDHCPNotifier : public CChangeObserver
|
||||
bool changeNotify(const neutrino_locale_t, void * data);
|
||||
};
|
||||
|
||||
class CStreamingNotifier : public CChangeObserver
|
||||
{
|
||||
private:
|
||||
CMenuItem* toDisable[11];
|
||||
public:
|
||||
CStreamingNotifier( CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*);
|
||||
bool changeNotify(const neutrino_locale_t, void *);
|
||||
};
|
||||
class COnOffNotifier : public CChangeObserver
|
||||
{
|
||||
private:
|
||||
|
Reference in New Issue
Block a user