diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-09-14 21:06:49 +0300 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-19 19:03:36 +0200 |
commit | 4c5fd51e7445d0288160aa2495a60b6847d759e8 (patch) | |
tree | d85d437ba9224d35b694412e655a08b7b08b5c06 /menu_myedittimer.c | |
parent | 4fc51ae39944b7c109cd2cdb7b3ea94fc391f0c8 (diff) | |
download | vdr-plugin-epgsearch-4c5fd51e7445d0288160aa2495a60b6847d759e8.tar.gz vdr-plugin-epgsearch-4c5fd51e7445d0288160aa2495a60b6847d759e8.tar.bz2 |
Remove miscellaneous obsolete VDR < 1.6.0 code.
Diffstat (limited to 'menu_myedittimer.c')
-rw-r--r-- | menu_myedittimer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/menu_myedittimer.c b/menu_myedittimer.c index b704b06..f2312bb 100644 --- a/menu_myedittimer.c +++ b/menu_myedittimer.c @@ -384,11 +384,7 @@ eOSState cMenuMyEditTimer::ProcessKey(eKeys Key) cmdbuf = cString::sprintf("%d:%d:%s:%04d:%04d:%d:%d:%s%s%s:%s", flags, ch->Number(), -#if VDRVERSNUM < 10503 - PRINTDAY(day, weekdays), -#else PRINTDAY(day, weekdays, true), -#endif start, stop, priority, |