diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-20 19:18:13 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-20 19:18:13 +0100 |
commit | 902913526f73faca132d33c85c068c66b29f540b (patch) | |
tree | a9038e4969ebf1025a83c61621c2a8985232794e /timerstatus.h | |
parent | f9b3400cc1f9244dd20c3b1f1aca99e1f011bac8 (diff) | |
download | vdr-plugin-epgsearch-902913526f73faca132d33c85c068c66b29f540b.tar.gz vdr-plugin-epgsearch-902913526f73faca132d33c85c068c66b29f540b.tar.bz2 |
fix for vdr<1.5.15
Diffstat (limited to 'timerstatus.h')
-rw-r--r-- | timerstatus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/timerstatus.h b/timerstatus.h index ea72027..db10742 100644 --- a/timerstatus.h +++ b/timerstatus.h @@ -25,7 +25,6 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #if APIVERSNUM < 10515 enum eTimerChange { tcMod, tcAdd, tcDel }; - RegisterI18n(Phrases); #endif class cTimerStatusMonitor : public cStatus |