mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
never used values
This commit is contained in:
@@ -1796,7 +1796,7 @@ void CControlAPI::SendTimersXML(CyhookHandler *hh)
|
||||
sort(timerlist.begin(), timerlist.end()); // sort timer
|
||||
CTimerd::TimerList::iterator timer = timerlist.begin();
|
||||
|
||||
std::string xml_response = "";
|
||||
// std::string xml_response = "";
|
||||
hh->SetHeader(HTTP_OK, "text/xml; charset=UTF-8");
|
||||
hh->WriteLn("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
|
||||
hh->WriteLn("<timer>\n");
|
||||
|
@@ -97,7 +97,8 @@ THandleStatus CNeutrinoYParser::Hook_ReadConfig(CConfigFile *Config, CStringList
|
||||
Config->setInt32("configfile.version", CONF_VERSION);
|
||||
Config->saveConfig(HTTPD_CONFIGFILE);
|
||||
}
|
||||
std::string logo = ConfigList["TUXBOX_LOGOS_URL"];
|
||||
//std::string logo =
|
||||
ConfigList["TUXBOX_LOGOS_URL"];
|
||||
return HANDLED_CONTINUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user