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:
vanhofen
2018-11-22 00:00:28 +01:00
parent eff4683a81
commit 3ea7c338cb
2 changed files with 2 additions and 5 deletions

View File

@@ -36,7 +36,6 @@
#include <neutrino_menue.h> #include <neutrino_menue.h>
#include "webtv_setup.h" #include "webtv_setup.h"
//NI
#include <dirent.h> #include <dirent.h>
#include <mymenu.h> #include <mymenu.h>
#include <system/helpers.h> #include <system/helpers.h>
@@ -280,7 +279,6 @@ int CWebTVSetup::Show()
return res; return res;
} }
//NI
bool CWebTVSetup::changeNotify(const neutrino_locale_t OptionName, void */*data*/) bool CWebTVSetup::changeNotify(const neutrino_locale_t OptionName, void */*data*/)
{ {
int ret = menu_return::RETURN_NONE; int ret = menu_return::RETURN_NONE;
@@ -294,7 +292,6 @@ bool CWebTVSetup::changeNotify(const neutrino_locale_t OptionName, void */*data*
return ret; return ret;
} }
//NI
int filefilter(const struct dirent *entry) int filefilter(const struct dirent *entry)
{ {
int len = strlen(entry->d_name); int len = strlen(entry->d_name);

View File

@@ -31,7 +31,7 @@
#define WEBTV_XML CONFIGDIR "/webtv_usr.xml" #define WEBTV_XML CONFIGDIR "/webtv_usr.xml"
#define WEBRADIO_XML CONFIGDIR "/webradio_usr.xml" #define WEBRADIO_XML CONFIGDIR "/webradio_usr.xml"
class CWebTVSetup : public CMenuTarget, CChangeObserver //NI class CWebTVSetup : public CMenuTarget, CChangeObserver
{ {
private: private:
bool webradio; bool webradio;
@@ -44,7 +44,7 @@ class CWebTVSetup : public CMenuTarget, CChangeObserver //NI
CWebTVSetup(); CWebTVSetup();
int exec(CMenuTarget *parent, const std::string &actionKey); int exec(CMenuTarget *parent, const std::string &actionKey);
int Show(); 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(); void webradio_xml_auto();
bool webradio_xml_autodir(std::string directory); bool webradio_xml_autodir(std::string directory);