Removed some now unneeded FIXME.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12814 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-02-27 09:40:49 +00:00
parent b9f9ae3f20
commit f3e6d43e5b

View file

@ -745,11 +745,8 @@ static NSCell* tileCell = nil;
TEST_RELEASE(_app_icon_window);
TEST_RELEASE(_infoPanel);
/* FIXME - the following should be destroying the GSCurrentContext(),
but it doesn't! */
/* Destroy the default context, this will free it */
[_default_context destroyContext];
/* One retain I think is here:
[NSGraphicsContext setCurrentContext: nil]; */
[super dealloc];
}
@ -2286,8 +2283,6 @@ delegate.
IF_NO_GC(pool = [arpClass new]);
/* FIXME - the following should destroy the GSCurrentContext(),
but it doesn't. */
DESTROY(NSApp);
DESTROY(pool);