diff --git a/SoObjects/Contacts/SOGoContactGCSEntry.m b/SoObjects/Contacts/SOGoContactGCSEntry.m index cde28dd90..265804443 100644 --- a/SoObjects/Contacts/SOGoContactGCSEntry.m +++ b/SoObjects/Contacts/SOGoContactGCSEntry.m @@ -40,13 +40,6 @@ return self; } -- (void) dealloc -{ - if (card) - [card release]; - [super dealloc]; -} - /* content */ - (NGVCard *) vCard