diff options
Diffstat (limited to 'Source/SPTableRelations.m')
-rw-r--r-- | Source/SPTableRelations.m | 9 |
1 files changed, 3 insertions, 6 deletions
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]; |