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

@ -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.