From 2e2425ac2af465651b0dc8167e3e3bfa2cbb0c5f Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 16 Jan 2009 13:35:03 +0000 Subject: [PATCH] Remove hack for NSAnimation. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27610 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/NSRunLoop.m | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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.