controlapi: whitespace cleanup; remove dup getSubdirectories()

Origin commit data
------------------
Commit: 2fd4d6c4a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-19 (Sat, 19 Mar 2016)

Origin message was:
------------------
- controlapi: whitespace cleanup; remove dup getSubdirectories()
This commit is contained in:
vanhofen
2016-03-19 10:02:40 +01:00
parent 73f6e9df2a
commit dba4d0efc5
2 changed files with 3 additions and 28 deletions

View File

@@ -131,7 +131,7 @@ private:
void SignalInfoCGI(CyhookHandler *hh);
void getDirCGI(CyhookHandler *hh);
void getMoviesCGI(CyhookHandler *hh);
std::string readMovies(CyhookHandler *hh, std::string path, std::string result, bool subdirs);
std::string readMovies(CyhookHandler *hh, std::string path, std::string result, bool subdirs);
std::string getSubdirectories(CyhookHandler *hh, std::string path, std::string result);