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/SPDataImport.m | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Source/SPDataImport.m') diff --git a/Source/SPDataImport.m b/Source/SPDataImport.m index 027b7113..d00e6023 100644 --- a/Source/SPDataImport.m +++ b/Source/SPDataImport.m @@ -66,9 +66,6 @@ #pragma mark - #pragma mark Initialisation -/** - * Init. - */ - (id)init { if ((self = [super init])) { @@ -105,9 +102,6 @@ return self; } -/** - * UI setup. - */ - (void)awakeFromNib { if (_mainNibLoaded) return; @@ -1744,9 +1738,6 @@ #pragma mark - -/** - * Dealloc. - */ - (void)dealloc { if (fieldMappingImportArray) [fieldMappingImportArray release]; -- cgit v1.2.3