diff options
Diffstat (limited to 'chanman/i18n.h')
-rwxr-xr-x | chanman/i18n.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chanman/i18n.h b/chanman/i18n.h deleted file mode 100755 index 5d367fa..0000000 --- a/chanman/i18n.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * i18n.h: Internationalization - * - * See the README file for copyright information and how to reach the author. - * - * $Id: i18n.h 1.2 2002/05/11 14:48:16 kls Exp $ - */ - -#ifndef _I18N__H -#define _I18N__H - -#include <vdr/i18n.h> - -#if APIVERSNUM < 10507 -extern const tI18nPhrase Phrases[]; -#define trNOOP(s) (s) -#endif - - -#endif //_I18N__H |