mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Removed the obsolete typedef tI18nPhrase
This commit is contained in:
		
							
								
								
									
										4
									
								
								i18n.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user