aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDataImport.m')
-rw-r--r--Source/SPDataImport.m9
1 files changed, 0 insertions, 9 deletions
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];