summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-13 21:28:25 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-13 21:28:25 +0100
commitaf54bd8bc8fde95cdb379bd0d2673ede234a0645 (patch)
tree00ba47356a050684d85e24f6a50ad7fbd1456166 /pages
parent894daa8e959122e563d8d9f0e4bf2e7d324af081 (diff)
downloadvdr-plugin-live-af54bd8bc8fde95cdb379bd0d2673ede234a0645.tar.gz
vdr-plugin-live-af54bd8bc8fde95cdb379bd0d2673ede234a0645.tar.bz2
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.
Diffstat (limited to 'pages')
-rw-r--r--pages/setup.ecpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/setup.ecpp b/pages/setup.ecpp
index 9bb2261..695b26d 100644
--- a/pages/setup.ecpp
+++ b/pages/setup.ecpp
@@ -265,11 +265,7 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP))
<td class="rightcol"><select name="theme" size="1" id="theme">
<%cpp>
{
-#if APIVERSNUM > 10729
const string dirPath(Plugin::GetResourceDirectory() + "/themes");
-#else
- const string dirPath(Plugin::GetConfigDirectory() + "/themes");
-#endif
cReadDir d(dirPath.c_str());
struct dirent* e;
string parent("..");