diff options
| -rw-r--r-- | uservars.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 } }; |
