diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPGrowlController.m | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m index a92dbdda..b4f84780 100644 --- a/Source/SPGrowlController.m +++ b/Source/SPGrowlController.m @@ -77,10 +77,7 @@ static SPGrowlController *sharedGrowlController = nil; - (id)autorelease { return self; } -- (void)release -{ - if (timingNotificationName) [timingNotificationName release]; -} +- (void)release { } /** * Posts a Growl notification using the supplied details and default values. |