summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-13 21:28:25 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-13 21:28:25 +0100
commitaf54bd8bc8fde95cdb379bd0d2673ede234a0645 (patch)
tree00ba47356a050684d85e24f6a50ad7fbd1456166 /i18n.h
parent894daa8e959122e563d8d9f0e4bf2e7d324af081 (diff)
downloadvdr-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.h9
1 files changed, 0 insertions, 9 deletions
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