mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:17:40 +00:00
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:
parent
18efe486cc
commit
ab812de7b9
4 changed files with 9 additions and 6 deletions
|
@ -168,8 +168,7 @@ unCacheAttributes(NSDictionary *attrs)
|
|||
- (void) dealloc
|
||||
{
|
||||
[self finalize];
|
||||
NSDeallocateObject(self);
|
||||
GSNOSUPERDEALLOC;
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (NSString*) description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue