summaryrefslogtreecommitdiff
path: root/epgsearchtools.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-09-14 21:06:49 +0300
committerChristian Wieninger <cwieninger@gmx.de>2011-09-19 19:03:36 +0200
commit4c5fd51e7445d0288160aa2495a60b6847d759e8 (patch)
treed85d437ba9224d35b694412e655a08b7b08b5c06 /epgsearchtools.h
parent4fc51ae39944b7c109cd2cdb7b3ea94fc391f0c8 (diff)
downloadvdr-plugin-epgsearch-4c5fd51e7445d0288160aa2495a60b6847d759e8.tar.gz
vdr-plugin-epgsearch-4c5fd51e7445d0288160aa2495a60b6847d759e8.tar.bz2
Remove miscellaneous obsolete VDR < 1.6.0 code.
Diffstat (limited to 'epgsearchtools.h')
-rw-r--r--epgsearchtools.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/epgsearchtools.h b/epgsearchtools.h
index c2528bd..e870027 100644
--- a/epgsearchtools.h
+++ b/epgsearchtools.h
@@ -99,10 +99,6 @@ using std::string;
#define ICON_RUNNING_UTF8 "\uE012"
#define ICON_VPS_UTF8 "\uE013"
-#if APIVERSNUM < 10503
-#define Utf8BufSize(s) ((s) * 4)
-#endif
-
#define CONTENT_DESCRIPTOR_MAX 255
extern const char AllowedChars[];