aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportFile.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-01-22 17:14:03 +0000
committerstuconnolly <stuart02@gmail.com>2013-01-22 17:14:03 +0000
commit9ab31cc5b60bf0e4519c989a3e9d213da50f888d (patch)
tree5e2967e092096dd830351a222cfe65d008d41fbd /Source/SPExportFile.m
parente2cc9e1953a142f182714fb02d7eca028398e368 (diff)
downloadsequelpro-9ab31cc5b60bf0e4519c989a3e9d213da50f888d.tar.gz
sequelpro-9ab31cc5b60bf0e4519c989a3e9d213da50f888d.tar.bz2
sequelpro-9ab31cc5b60bf0e4519c989a3e9d213da50f888d.zip
Remove useless init and dealloc method comments and perform general tidy up.
Diffstat (limited to 'Source/SPExportFile.m')
-rw-r--r--Source/SPExportFile.m6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/SPExportFile.m b/Source/SPExportFile.m
index c4ca6d1a..af3e738a 100644
--- a/Source/SPExportFile.m
+++ b/Source/SPExportFile.m
@@ -48,7 +48,7 @@
@synthesize exportFileHandleStatus;
#pragma mark -
-#pragma mark Initialization
+#pragma mark Initialisation
/**
* Initialise an autoreleased instance of SPExport using the supplied path.
@@ -225,11 +225,7 @@
}
#pragma mark -
-#pragma mark Other
-/**
- * Dealloc.
- */
- (void)dealloc
{
if (exportFileHandle) [exportFileHandle release], exportFileHandle = nil;