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:
rfm 2006-10-28 07:18:36 +00:00
parent 0f6558665e
commit 207bd558d2

View file

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