diff options
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)) { |