diff options
author | stuconnolly <stuart02@gmail.com> | 2010-11-10 14:26:44 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-11-10 14:26:44 +0000 |
commit | b72f9507c2be480c680b7f58753789432882f1c4 (patch) | |
tree | 93583d7abcac9c8cda437c3f6a342f463fa9a149 /Source/SPGrowlController.m | |
parent | bb99430f93b2e3c89c28cc44257635709f0fdd39 (diff) | |
download | sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.tar.gz sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.tar.bz2 sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.zip |
Add a new class template for the favorites controller.
Diffstat (limited to 'Source/SPGrowlController.m')
-rw-r--r-- | Source/SPGrowlController.m | 14 |
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. |