Remove unused and broken macros

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23976 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-10-28 07:18:36 +00:00
parent 2c27acbf66
commit 55c596a150

View file

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