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/SPExportFile.m | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Source/SPExportFile.m') 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; -- cgit v1.2.3