From af54bd8bc8fde95cdb379bd0d2673ede234a0645 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 13 Feb 2015 21:28:25 +0100 Subject: 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. --- i18n.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'i18n.h') diff --git a/i18n.h b/i18n.h index ce5421f..e584d17 100644 --- a/i18n.h +++ b/i18n.h @@ -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 -- cgit v1.2.3