mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +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(',');
|
CConfigFile *Config = new CConfigFile(',');
|
||||||
Config->loadConfig(MOVIEBROWSER_CONFIGFILE);
|
Config->loadConfig(MOVIEBROWSER_CONFIGFILE);
|
||||||
char index[21];
|
char index[21];
|
||||||
std::string mb_dir_used;
|
|
||||||
std::string mb_dir;
|
std::string mb_dir;
|
||||||
|
|
||||||
for(int i=0;i<8;i++) {
|
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 CControlAPI::getSubdirectories(CyhookHandler *hh, std::string path, std::string result)
|
||||||
{
|
{
|
||||||
std::string item = "";
|
std::string item = "";
|
||||||
std::string dirname;
|
|
||||||
DIR *dirp;
|
DIR *dirp;
|
||||||
struct dirent *entry;
|
struct dirent *entry;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user