aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGrowlController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGrowlController.m')
-rw-r--r--Source/SPGrowlController.m14
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m
index 24eccb50..71f93053 100644
--- a/Source/SPGrowlController.m
+++ b/Source/SPGrowlController.m
@@ -66,20 +66,6 @@ static SPGrowlController *sharedGrowlController = nil;
}
/**
- * The following base protocol methods are implemented to ensure the singleton status of this class.
- */
-
-- (id)copyWithZone:(NSZone *)zone { return self; }
-
-- (id)retain { return self; }
-
-- (NSUInteger)retainCount { return NSUIntegerMax; }
-
-- (id)autorelease { return self; }
-
-- (void)release { }
-
-/**
* Posts a Growl notification using the supplied details and default values.
* Calls the notification after a tiny delay to allow isKeyWindow to have updated
* after tasks.