summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uservars.h4
1 files changed, 0 insertions, 4 deletions
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
}
};