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/SPUserManager.m | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Source/SPUserManager.m') diff --git a/Source/SPUserManager.m b/Source/SPUserManager.m index a320a8c6..8b7a3f33 100644 --- a/Source/SPUserManager.m +++ b/Source/SPUserManager.m @@ -79,11 +79,8 @@ static const NSString *SPTableViewNameColumnID = @"NameColumn"; @synthesize serverSupport; #pragma mark - -#pragma mark Initialization +#pragma mark Initialisation -/** - * Initialization. - */ - (id)init { if ((self = [super initWithWindowNibName:@"UserManagerView"])) { @@ -1392,9 +1389,6 @@ static const NSString *SPTableViewNameColumnID = @"NameColumn"; #pragma mark - -/** - * Dealloc. Get rid of everything. - */ - (void)dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self]; -- cgit v1.2.3