diff options
Diffstat (limited to 'Source/SPExportFile.m')
-rw-r--r-- | Source/SPExportFile.m | 6 |
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; |