mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Cleanup to get rid of a few global variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a03a91b1ec
commit
183a5c2c87
7 changed files with 41 additions and 24 deletions
|
@ -632,11 +632,6 @@ static NSComparisonResult tSort(GSIArrayItem i0, GSIArrayItem i1)
|
|||
|
||||
@end
|
||||
|
||||
extern SEL wRelSel;
|
||||
extern SEL wRetSel;
|
||||
extern IMP wRelImp;
|
||||
extern IMP wRetImp;
|
||||
|
||||
/**
|
||||
* <p><code>NSRunLoop</code> instances handle various utility tasks that must
|
||||
* be performed repetitively in an application, such as processing input
|
||||
|
@ -662,12 +657,6 @@ extern IMP wRetImp;
|
|||
{
|
||||
[self currentRunLoop];
|
||||
theFuture = RETAIN([NSDate distantFuture]);
|
||||
#if GS_WITH_GC == 0
|
||||
wRelSel = @selector(release);
|
||||
wRetSel = @selector(retain);
|
||||
wRelImp = [[GSRunLoopWatcher class] instanceMethodForSelector: wRelSel];
|
||||
wRetImp = [[GSRunLoopWatcher class] instanceMethodForSelector: wRetSel];
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue