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/SPContentFilterManager.m | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'Source/SPContentFilterManager.m') diff --git a/Source/SPContentFilterManager.m b/Source/SPContentFilterManager.m index a0755b92..064f848d 100644 --- a/Source/SPContentFilterManager.m +++ b/Source/SPContentFilterManager.m @@ -75,13 +75,6 @@ return self; } -- (void)dealloc -{ - [contentFilters release]; - - [super dealloc]; -} - /** * Upon awakening bind the query text view's background colour. */ @@ -951,4 +944,13 @@ #endif } +#pragma mark - + +- (void)dealloc +{ + [contentFilters release]; + + [super dealloc]; +} + @end -- cgit v1.2.3