diff options
Diffstat (limited to 'epgsearchtools.h')
-rw-r--r-- | epgsearchtools.h | 4 |
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[]; |