summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2008-02-28 06:10:55 +0000
committercvs2svn <admin@example.com>2008-02-28 06:10:55 +0000
commitf676de20d91ba1cc58b8eaaf2f6b931851c2063a (patch)
tree69a3aa7a4da079ef4de5aa12ab0563d2945f2a23 /i18n.h
parent4e3b041c65f36dd8729ca2b5fe224461a2166f6d (diff)
downloadxineliboutput-f676de20d91ba1cc58b8eaaf2f6b931851c2063a.tar.gz
xineliboutput-f676de20d91ba1cc58b8eaaf2f6b931851c2063a.tar.bz2
This commit was manufactured by cvs2svn to create branch 'unlabeled-1.3.2'.
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h30
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