diff options
author | rofafor <rofafor> | 2008-11-20 11:48:44 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2008-11-20 11:48:44 +0000 |
commit | a912f80ef1c1c720f985ea2d0df75bdbf1419edb (patch) | |
tree | 6d198dd6ea90cd83c39229887b701eb698fbc956 /i18n.h | |
parent | 8fb31e5479d92e3c18cb1feb3dc099496698f975 (diff) | |
download | xineliboutput-a912f80ef1c1c720f985ea2d0df75bdbf1419edb.tar.gz xineliboutput-a912f80ef1c1c720f985ea2d0df75bdbf1419edb.tar.bz2 |
Removed backwards compatibility.
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/i18n.h b/i18n.h deleted file mode 100644 index 41faaeee..00000000 --- a/i18n.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * i18n.h: Internationalization - * - * See the main source file 'xineliboutput.c' for copyright information and - * how to reach the author. - * - * $Id: i18n.h,v 1.3 2007-09-18 13:52:52 phintuka Exp $ - * - */ - -#ifndef __XINELIBOUTPUT_I18N_H -#define __XINELIBOUTPUT_I18N_H - -#include <vdr/i18n.h> - -#if VDRVERSNUM < 10507 - -extern const tI18nPhrase Phrases[]; - -#ifndef trNOOP -# define trNOOP(s) (s) -#endif - -#ifndef trVDR -# define trVDR(s) tr(s) -#endif - -#endif // VDRVERSNUM < 10507 - -#endif //__XINELIBOUTPUT_I18N_H |