diff --git a/ChangeLog b/ChangeLog index 63196d017..9e528e473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-16 Richard Frith-Macdonald + + * Source/NSRunLoop.m: Revert temporary hack to work around bug in + NSAnimation, hopefully fixed in NSAnimation now. + 2009-01-15 Richard Frith-Macdonald * Source/NSRunLoop.m: Cleaned up a little and added hack as a temporary diff --git a/Source/NSRunLoop.m b/Source/NSRunLoop.m index 96b7963a9..f5c8eacfe 100644 --- a/Source/NSRunLoop.m +++ b/Source/NSRunLoop.m @@ -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.