From 9ab31cc5b60bf0e4519c989a3e9d213da50f888d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 22 Jan 2013 17:14:03 +0000 Subject: Remove useless init and dealloc method comments and perform general tidy up. --- Source/SPTableRelations.m | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Source/SPTableRelations.m') diff --git a/Source/SPTableRelations.m b/Source/SPTableRelations.m index b08609b8..45450bf1 100644 --- a/Source/SPTableRelations.m +++ b/Source/SPTableRelations.m @@ -62,9 +62,9 @@ static NSString *SPRelationOnDeleteKey = @"on_delete"; @synthesize connection; @synthesize relationData; -/** - * init - */ +#pragma mark - +#pragma mark Initialisation + - (id)init { if ((self = [super init])) { @@ -659,9 +659,6 @@ static NSString *SPRelationOnDeleteKey = @"on_delete"; #pragma mark - -/* - * Dealloc. - */ - (void)dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self]; -- cgit v1.2.3