mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
nhttpd: unused var and function
This commit is contained in:
@@ -3583,14 +3583,13 @@ std::string CControlAPI::getSubdirectories(CyhookHandler *hh, std::string path,
|
||||
//-----------------------------------------------------------------------------
|
||||
void CControlAPI::getMoviesCGI(CyhookHandler *hh) {
|
||||
std::string result = "";
|
||||
bool isFirstLine = true;
|
||||
bool subdirs = true;
|
||||
|
||||
if(hh->ParamList["subdirs"] == "false") {
|
||||
subdirs = false;
|
||||
}
|
||||
|
||||
TOutType outType = hh->outStart();
|
||||
hh->outStart();
|
||||
|
||||
//Shows all movies with path in moviebrowser.conf
|
||||
if (hh->ParamList["dir"] == "moviedir" || hh->ParamList["dir"] == "allmoviedirs" ) {
|
||||
|
Reference in New Issue
Block a user