Remove hack for NSAnimation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27610 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-01-16 13:35:03 +00:00
parent 751c731c08
commit 2e2425ac2a
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-01-16 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSRunLoop.m: Revert temporary hack to work around bug in
NSAnimation, hopefully fixed in NSAnimation now.
2009-01-15 Richard Frith-Macdonald <rfm@gnu.org> 2009-01-15 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSRunLoop.m: Cleaned up a little and added hack as a temporary * Source/NSRunLoop.m: Cleaned up a little and added hack as a temporary

View file

@ -1233,7 +1233,6 @@ static inline BOOL timerInvalidated(NSTimer *t)
return NO; return NO;
} }
#if 0
/* Check to see if we have any input sources. /* Check to see if we have any input sources.
*/ */
context = NSMapGet(_contextMap, mode); context = NSMapGet(_contextMap, mode);
@ -1242,7 +1241,6 @@ static inline BOOL timerInvalidated(NSTimer *t)
RELEASE(arp); RELEASE(arp);
return NO; return NO;
} }
#endif
/* /*
* Use the earlier of the two dates we have. * Use the earlier of the two dates we have.