Author: rfm
Date: Mon Mar 28 08:16:41 2016
New Revision: 39612
URL: http://svn.gna.org/viewcvs/gnustep?rev=39612&view=rev
Log:
Remove GC macros as GC is gone from base
Modified:
libs/dbuskit/trunk/Source/DKNotificationCenter.m
Modified: libs/dbuskit/trunk/Source/DKNotificationCenter.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/dbuskit/trunk/Source/DKNotificationCenter.m?rev=39612&r1=39611&r2=39612&view=diff
==============================================================================
--- libs/dbuskit/trunk/Source/DKNotificationCenter.m (original)
+++ libs/dbuskit/trunk/Source/DKNotificationCenter.m Mon Mar 28 08:16:41 2016
@@ -519,7 +519,7 @@
{
return nil;
}
- observer = GS_GC_HIDE(anObserver);
+ observer = anObserver;
selector = aSelector;
// Make sure the necessary components are there and that the selector takes a
@@ -535,7 +535,7 @@
- (id)observer
{
- return GS_GC_UNHIDE(observer);
+ return observer;
}
- (SEL)selector
@@ -561,7 +561,7 @@
// callback and need to avoid the reentrancy. We do this by scheduling
// delivery of the notification on the run loop.
[[NSRunLoop currentRunLoop] performSelector: selector
- target: GS_GC_UNHIDE(observer)
+ target: observer
argument: notification
order: UINT_MAX
modes: [NSArray arrayWithObject:
NSDefaultRunLoopMode]];
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs