mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
string folding and dead code removal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user