diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-22 17:14:03 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-22 17:14:03 +0000 |
commit | 9ab31cc5b60bf0e4519c989a3e9d213da50f888d (patch) | |
tree | 5e2967e092096dd830351a222cfe65d008d41fbd /Source/SPXMLExporter.m | |
parent | e2cc9e1953a142f182714fb02d7eca028398e368 (diff) | |
download | sequelpro-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/SPXMLExporter.m')
-rw-r--r-- | Source/SPXMLExporter.m | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPXMLExporter.m b/Source/SPXMLExporter.m index 272ccaff..7f976449 100644 --- a/Source/SPXMLExporter.m +++ b/Source/SPXMLExporter.m @@ -356,9 +356,8 @@ [pool release]; } -/** - * Dealloc - */ +#pragma mark - + - (void)dealloc { if (xmlDataArray) [xmlDataArray release], xmlDataArray = nil; |