summaryrefslogtreecommitdiff
path: root/uservars.h
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-07 11:24:28 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-07 12:17:24 +0200
commitdc6f40450524179b2aa6799d94e9e7923340b9bc (patch)
tree2cdb9550b81cdd0eebc442e70393f7e78d8eb140 /uservars.h
parent2719dbd22452b0d6b3bfc776819ef1d805dfebcf (diff)
downloadvdr-plugin-epgsearch-dc6f40450524179b2aa6799d94e9e7923340b9bc.tar.gz
vdr-plugin-epgsearch-dc6f40450524179b2aa6799d94e9e7923340b9bc.tar.bz2
Drop legacy code prior VDR 2.2.0
Diffstat (limited to 'uservars.h')
-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
}
};