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