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 "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);