diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-13 21:28:25 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-13 21:28:25 +0100 |
commit | af54bd8bc8fde95cdb379bd0d2673ede234a0645 (patch) | |
tree | 00ba47356a050684d85e24f6a50ad7fbd1456166 /i18n.h | |
parent | 894daa8e959122e563d8d9f0e4bf2e7d324af081 (diff) | |
download | vdr-plugin-live-af54bd8bc8fde95cdb379bd0d2673ede234a0645.tar.gz vdr-plugin-live-af54bd8bc8fde95cdb379bd0d2673ede234a0645.tar.bz2 |
Only VDR versions which have an APIVERSION greater than 10729 are supported from now on.
This drop some conditional compilations and thus simplyfies overall maintanance.
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -23,15 +23,6 @@ class I18n I18n& LiveI18n(); -#if APIVERSNUM < 10507 -extern const tI18nPhrase Phrases[]; -#define trNOOP(s) (s) -#endif - -#if APIVERSNUM < 10509 -#define trVDR(s) tr(s) -#endif - } // namespace vdrlive #endif // VDR_LIVE_I18N_H |