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