diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-09-14 21:06:48 +0300 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-19 19:03:30 +0200 |
commit | 4fc51ae39944b7c109cd2cdb7b3ea94fc391f0c8 (patch) | |
tree | 4ded269b293393f21dfe77ca4df7a956bbacf996 /epgsearchtools.h | |
parent | 6b1323b84fca1bb1a2220fb7176da28d31a90509 (diff) | |
download | vdr-plugin-epgsearch-4fc51ae39944b7c109cd2cdb7b3ea94fc391f0c8.tar.gz vdr-plugin-epgsearch-4fc51ae39944b7c109cd2cdb7b3ea94fc391f0c8.tar.bz2 |
Remove obsolete VDR < 1.5.3 WarEagle patch support.
It's superseded by VDRSymbols font in later VDR versions.
Diffstat (limited to 'epgsearchtools.h')
-rw-r--r-- | epgsearchtools.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/epgsearchtools.h b/epgsearchtools.h index 6077553..c2528bd 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -77,7 +77,6 @@ using std::string; #define UPDS_WITH_OSD (1<<1) #define UPDS_WITH_EPGSCAN (1<<2) -#if APIVERSNUM >= 10503 // Icons used in VDRSymbols-Font #define ICON_REC 0x8B #define ICON_RUNNING 0x92 @@ -88,18 +87,6 @@ using std::string; #define ICON_BAR_EMPTY 0x89 #define ICON_BAR_CLOSE 0x8A #define ICON_VPS 0x93 -#else -// previous WAREAGLE icons -#define ICON_REC 0xF9 -#define ICON_RUNNING 0xFB -#define ICON_CLOCK 0xFD -#define ICON_CLOCK_HALF 0x74 -#define ICON_BAR_OPEN 0x82 -#define ICON_BAR_FULL 0x7F -#define ICON_BAR_EMPTY 0x83 -#define ICON_BAR_CLOSE 0x84 -#define ICON_VPS 0x56 -#endif // UTF-8 Icons #define ICON_BAR_OPEN_UTF8 "\uE007" |