Removed obsolete methods

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9559 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-04-11 16:50:25 +00:00
parent 1b04f169ea
commit 04635e37a5

View file

@ -421,21 +421,6 @@ gnustep_base_thread_callback()
@end
@implementation NSThread (GNUstepRegister)
#warning "NSThread +registerCurrentThread will be removed in 1.0.0"
/* Deprecated - will be removed in 1.0.0 */
+ (BOOL) registerCurrentThread
{
return GSRegisterCurrentThread ();
}
/* Deprecated - will be removed in 1.0.0 */
+ (void) unregisterCurrentThread
{
GSUnregisterCurrentThread ();
}
@end
BOOL
GSRegisterCurrentThread (void)
{