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 /templatefile.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 'templatefile.c')
-rw-r--r-- | templatefile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templatefile.c b/templatefile.c index 02bcbd1..8a4b2a6 100644 --- a/templatefile.c +++ b/templatefile.c @@ -145,11 +145,9 @@ cMenuTemplate* cTemplFile::GetTemplateByName(const char* Name) bool cTemplFile::Load(const char *FileName) { -#if APIVERSNUM >= 10503 // auto-enable WarEagle-Icons if VDRSymbols font is used if (strstr(Setup.FontOsd, "VDRSymbols") == Setup.FontOsd) EPGSearchConfig.WarEagle = 1; -#endif if (cConfig<cTemplLine>::Load(FileName, true)) { |