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:
Richard Frith-MacDonald 2009-01-16 13:35:03 +00:00
parent 8a78246d12
commit 7cdb430fce
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>
* 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;
}
#if 0
/* Check to see if we have any input sources.
*/
context = NSMapGet(_contextMap, mode);
@ -1242,7 +1241,6 @@ static inline BOOL timerInvalidated(NSTimer *t)
RELEASE(arp);
return NO;
}
#endif
/*
* Use the earlier of the two dates we have.