mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 08:53:38 +02:00
webtv-setup: remove //NI tags
Origin commit data
------------------
Branch: ni/coolstream
Commit: ba525b563f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-11-22 (Thu, 22 Nov 2018)
Origin message was:
------------------
- webtv-setup: remove //NI tags
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
#include <neutrino_menue.h>
|
||||
#include "webtv_setup.h"
|
||||
|
||||
//NI
|
||||
#include <dirent.h>
|
||||
#include <mymenu.h>
|
||||
#include <system/helpers.h>
|
||||
@@ -280,7 +279,6 @@ int CWebTVSetup::Show()
|
||||
return res;
|
||||
}
|
||||
|
||||
//NI
|
||||
bool CWebTVSetup::changeNotify(const neutrino_locale_t OptionName, void */*data*/)
|
||||
{
|
||||
int ret = menu_return::RETURN_NONE;
|
||||
@@ -294,7 +292,6 @@ bool CWebTVSetup::changeNotify(const neutrino_locale_t OptionName, void */*data*
|
||||
return ret;
|
||||
}
|
||||
|
||||
//NI
|
||||
int filefilter(const struct dirent *entry)
|
||||
{
|
||||
int len = strlen(entry->d_name);
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#define WEBTV_XML CONFIGDIR "/webtv_usr.xml"
|
||||
#define WEBRADIO_XML CONFIGDIR "/webradio_usr.xml"
|
||||
|
||||
class CWebTVSetup : public CMenuTarget, CChangeObserver //NI
|
||||
class CWebTVSetup : public CMenuTarget, CChangeObserver
|
||||
{
|
||||
private:
|
||||
bool webradio;
|
||||
@@ -44,7 +44,7 @@ class CWebTVSetup : public CMenuTarget, CChangeObserver //NI
|
||||
CWebTVSetup();
|
||||
int exec(CMenuTarget *parent, const std::string &actionKey);
|
||||
int Show();
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void *data); //NI
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void *data);
|
||||
|
||||
void webradio_xml_auto();
|
||||
bool webradio_xml_autodir(std::string directory);
|
||||
|
Reference in New Issue
Block a user