summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-11 14:08:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-11 14:08:13 +0100
commit7958688ae120e776ce35c67d9f9c1115c7fa9410 (patch)
tree6b890d232275b437c24e903af2dfb6baabce5d55 /i18n.h
parent42b40aecf5094a0fc5e33db5dfa98c4a6b6ea6b0 (diff)
downloadvdr-7958688ae120e776ce35c67d9f9c1115c7fa9410.tar.gz
vdr-7958688ae120e776ce35c67d9f9c1115c7fa9410.tar.bz2
Removed the obsolete typedef tI18nPhrase
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/i18n.h b/i18n.h
index 8f960ea3..03deb6f2 100644
--- a/i18n.h
+++ b/i18n.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.h 1.25 2008/01/19 11:56:19 kls Exp $
+ * $Id: i18n.h 2.1 2012/03/11 14:07:45 kls Exp $
*/
#ifndef __I18N_H
@@ -13,8 +13,6 @@
#include <stdio.h>
#include "tools.h"
-typedef const char *tI18nPhrase[22]; ///< obsolete - switch to 'gettext'!
-
#define I18N_DEFAULT_LOCALE "en_US"
#define I18N_MAX_LOCALE_LEN 16 // for buffers that hold en_US etc.
#define I18N_MAX_LANGUAGES 256 // for buffers that hold all available languages