controlapi: remove unused variable outType from xmltv functions

Origin commit data
------------------
Commit: 7c47b1a2a6
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-23 (Tue, 23 Aug 2016)

Origin message was:
------------------
- controlapi: remove unused variable outType from xmltv functions
This commit is contained in:
vanhofen
2016-08-23 15:39:09 +02:00
parent 765957f617
commit 6398975e24

View File

@@ -3038,7 +3038,7 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
{
int mode = NeutrinoAPI->Zapit->getMode();
hh->ParamList["format"] = "xml";
TOutType outType = hh->outStart();
hh->outStart();
t_channel_id channel_id;
std::string result = "";
@@ -3110,8 +3110,7 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
{
TOutType outType = hh->outStart();
hh->outStart();
std::string result = "";
int mode = NeutrinoAPI->Zapit->getMode();