mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
2c27acbf66
commit
55c596a150
1 changed files with 1 additions and 8 deletions
|
@ -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 */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue