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/SPTableStructure.m | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Source/SPTableStructure.m') diff --git a/Source/SPTableStructure.m b/Source/SPTableStructure.m index 02defd7c..994d4944 100644 --- a/Source/SPTableStructure.m +++ b/Source/SPTableStructure.m @@ -67,11 +67,8 @@ #endif #pragma mark - -#pragma mark Initialization +#pragma mark Initialisation -/** - * Init. - */ - (id)init { if ((self = [super init])) { @@ -96,9 +93,6 @@ return self; } -/** - * Nib awakening. - */ - (void)awakeFromNib { #ifndef SP_REFACTOR /* ui manipulation */ @@ -1439,9 +1433,6 @@ #pragma mark - -/** - * Dealloc. - */ - (void)dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self]; -- cgit v1.2.3