- tuxboxapi: fix compiler warning

Conflicts:
	src/nhttpd/tuxboxapi/neutrinoyparser.cpp
This commit is contained in:
max_10
2021-09-18 20:48:48 +02:00
committed by Thilo Graf
parent e046cc15a4
commit 039c25db15
2 changed files with 7 additions and 5 deletions

View File

@@ -3407,7 +3407,6 @@ void CControlAPI::xmltvlistCGI(CyhookHandler *hh)
std::vector<std::string>::iterator it;
std::vector<std::string> url_list;
std::string tmp;
std::string::size_type i = 0;
if (!hh->ParamList["webtv"].empty())
{