From dc6f40450524179b2aa6799d94e9e7923340b9bc Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sun, 7 May 2017 11:24:28 +0200 Subject: Drop legacy code prior VDR 2.2.0 --- uservars.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'uservars.h') diff --git a/uservars.h b/uservars.h index 1681f25..15be5cf 100644 --- a/uservars.h +++ b/uservars.h @@ -568,11 +568,7 @@ class cVideodirVar : public cInternalVar { cVideodirVar() : cInternalVar("videodir") {} string Evaluate(const cEvent*, bool escapeStrings = false) { -#if APIVERSNUM > 20101 return cVideoDirectory::Name(); -#else - return VideoDirectory; -#endif } }; -- cgit v1.2.3