mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 12:41:19 +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
f254add6cb
commit
e557cb2ee9
1 changed files with 0 additions and 15 deletions
|
@ -421,21 +421,6 @@ gnustep_base_thread_callback()
|
||||||
|
|
||||||
@end
|
@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
|
BOOL
|
||||||
GSRegisterCurrentThread (void)
|
GSRegisterCurrentThread (void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue