diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-09-14 21:06:46 +0300 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-19 19:03:21 +0200 |
commit | eba9d263b17cfbde428c974faee080e5b27a71b2 (patch) | |
tree | 171a145260c4d27994f411afa6ce2c242c62e4a2 /epgsearchtools.h | |
parent | bf970a7d42ff0af80b937ff4f5b33cbdbc623af6 (diff) | |
download | vdr-plugin-epgsearch-eba9d263b17cfbde428c974faee080e5b27a71b2.tar.gz vdr-plugin-epgsearch-eba9d263b17cfbde428c974faee080e5b27a71b2.tar.bz2 |
Remove obsolete VDR < 1.5.3 font patching support.
Diffstat (limited to 'epgsearchtools.h')
-rw-r--r-- | epgsearchtools.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/epgsearchtools.h b/epgsearchtools.h index dd8899c..6077553 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -26,7 +26,6 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <string> #include <vdr/config.h> // For VDRVERSNUM only -#include <vdr/font.h> #include "epgsearchext.h" #include "recdone.h" @@ -129,7 +128,6 @@ class cSearchExtCat; class cEvent; char* IndentMenuItem(const char*, int indentions=1); -void PatchFont(eDvbFont); bool MatchesSearchMode(const char* test, const char* values, int searchmode, const char* delim, int tolerance); char* GetExtEPGValue(const cEvent* e, cSearchExtCat* SearchExtCat); char* GetExtEPGValue(const char* description, const char* catname); |