mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- controlapi: remove unused variable outType from xmltv functions
This commit is contained in:
@@ -3038,7 +3038,7 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
|
|||||||
{
|
{
|
||||||
int mode = NeutrinoAPI->Zapit->getMode();
|
int mode = NeutrinoAPI->Zapit->getMode();
|
||||||
hh->ParamList["format"] = "xml";
|
hh->ParamList["format"] = "xml";
|
||||||
TOutType outType = hh->outStart();
|
hh->outStart();
|
||||||
|
|
||||||
t_channel_id channel_id;
|
t_channel_id channel_id;
|
||||||
std::string result = "";
|
std::string result = "";
|
||||||
@@ -3110,8 +3110,7 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
|
|||||||
|
|
||||||
void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
|
void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
|
||||||
{
|
{
|
||||||
|
hh->outStart();
|
||||||
TOutType outType = hh->outStart();
|
|
||||||
std::string result = "";
|
std::string result = "";
|
||||||
|
|
||||||
int mode = NeutrinoAPI->Zapit->getMode();
|
int mode = NeutrinoAPI->Zapit->getMode();
|
||||||
|
Reference in New Issue
Block a user