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 */ /**