string folding and dead code removal

This commit is contained in:
Mitchell Livingston
2008-04-06 04:16:05 +00:00
parent b4c5e1450e
commit 1d40202bfc
5 changed files with 42 additions and 76 deletions

View File

@@ -34,9 +34,6 @@ void tr_msgInit( void );
#if !defined(_)
#if defined(SYS_DARWIN)
/*#include <CoreFoundation/CFBundle.h>
const char * tr_getMacLocalizedCString(CFStringRef string);
#define _(a) tr_getMacLocalizedCString(CFSTR(a))*/
#define _(a) (a)
#elif HAVE_LIBINTL
#include <libintl.h>