mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
1b04f169ea
commit
04635e37a5
1 changed files with 0 additions and 15 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue