mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
remove unused vars in controlapi
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ac755f75c
Author: Ezak <marc.szymkowiak91@googlemail.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3479,7 +3479,6 @@ void CControlAPI::getDirCGI(CyhookHandler *hh)
|
||||
CConfigFile *Config = new CConfigFile(',');
|
||||
Config->loadConfig(MOVIEBROWSER_CONFIGFILE);
|
||||
char index[21];
|
||||
std::string mb_dir_used;
|
||||
std::string mb_dir;
|
||||
|
||||
for(int i=0;i<8;i++) {
|
||||
@@ -3530,7 +3529,6 @@ void CControlAPI::getDirCGI(CyhookHandler *hh)
|
||||
std::string CControlAPI::getSubdirectories(CyhookHandler *hh, std::string path, std::string result)
|
||||
{
|
||||
std::string item = "";
|
||||
std::string dirname;
|
||||
DIR *dirp;
|
||||
struct dirent *entry;
|
||||
|
||||
|
Reference in New Issue
Block a user