From af54bd8bc8fde95cdb379bd0d2673ede234a0645 Mon Sep 17 00:00:00 2001 From: Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> Date: Fri, 13 Feb 2015 21:28:25 +0100 Subject: Only VDR versions which have an APIVERSION greater than 10729 are supported from now on. This drop some conditional compilations and thus simplyfies overall maintanance. --- recman.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recman.h') diff --git a/recman.h b/recman.h index e239b0b..abc5359 100644 --- a/recman.h +++ b/recman.h @@ -357,9 +357,8 @@ namespace vdrlive { private: DirectoryList(RecordingsManagerPtr recManPtr); -#if APIVERSNUM >= 10712 void InjectFoldersConf(cNestedItem * folder, std::string parent = ""); -#endif + public: typedef std::list< std::string > DirVecType; -- cgit v1.2.3