Micro speedup in dealloc.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7352 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-09-03 19:20:29 +00:00
parent 66fd318187
commit c12f6b0e7e

View file

@ -183,7 +183,7 @@ static NSColor *shadowCol;
TEST_RELEASE (_objectValue);
TEST_RELEASE (_formatter);
[super dealloc];
NSDeallocateObject (self);
}
/*