mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 00:30:58 +00:00
Merge pull request #184 from gnustep/gsdisplayserver_cleanup
This commit is contained in:
commit
a34867faee
1 changed files with 0 additions and 2 deletions
|
@ -62,7 +62,6 @@ static NSMapTable *windowmaps = NULL;
|
|||
/* Lock for use when creating contexts */
|
||||
static NSRecursiveLock *serverLock = nil;
|
||||
|
||||
static NSString *NSCurrentServerThreadKey;
|
||||
static GSDisplayServer *currentServer = nil;
|
||||
|
||||
/** Returns the GSDisplayServer that created the interal
|
||||
|
@ -130,7 +129,6 @@ GSCurrentServer(void)
|
|||
serverLock = [NSRecursiveLock new];
|
||||
_globalGSZone = NSDefaultMallocZone();
|
||||
defaultServerClass = [GSDisplayServer class];
|
||||
NSCurrentServerThreadKey = @"NSCurrentServerThreadKey";
|
||||
windowmaps = NSCreateMapTable(NSNonOwnedPointerMapKeyCallBacks,
|
||||
NSNonOwnedPointerMapValueCallBacks, 20);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue