From 55c596a150d53ab14701f90bd33fdb5e46bcef25 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sat, 28 Oct 2006 07:18:36 +0000 Subject: [PATCH] Remove unused and broken macros git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23976 72102866-910b-0410-8b05-ffd578937521 --- Headers/Foundation/NSBundle.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Headers/Foundation/NSBundle.h b/Headers/Foundation/NSBundle.h index 9a00020ab..dc5ccc948 100644 --- a/Headers/Foundation/NSBundle.h +++ b/Headers/Foundation/NSBundle.h @@ -373,7 +373,7 @@ GS_EXPORT NSString* const NSLoadedClasses; - (BOOL) load; /** Returns the path to the executable code in the bundle */ -- (NSString *)executablePath; +- (NSString *) executablePath; #endif @end @@ -400,13 +400,6 @@ GS_EXPORT NSString* const NSLoadedClasses; @end -/** Warning - do not use this. */ -#define GSLocalizedString(key, comment) \ - [[NSBundle gnustepBundle] localizedStringForKey:(key) value:@"" table:nil] -/** Warning - do not use this. */ -#define GSLocalizedStringFromTable(key, tbl, comment) \ - [[NSBundle gnustepBundle] localizedStringForKey:(key) value:@"" table:(tbl)] - #endif /* GNUSTEP */ /**