Remove usage of NSDeallocateObject

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28789 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2009-10-10 14:10:52 +00:00
parent 5e4e8730d9
commit b3aacde1c3
4 changed files with 9 additions and 6 deletions

View file

@ -129,8 +129,7 @@ BOOL NSImageForceCaching = NO; /* use on missmatch */
{
TEST_RELEASE(rep);
TEST_RELEASE(bg);
NSDeallocateObject(self);
GSNOSUPERDEALLOC;
[super dealloc];
}
@end