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/SPLogger.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/SPLogger.m')
-rw-r--r-- | Source/SPLogger.m | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/SPLogger.m b/Source/SPLogger.m index 112edb64..743b0fce 100644 --- a/Source/SPLogger.m +++ b/Source/SPLogger.m @@ -80,16 +80,6 @@ static SPLogger *logger = nil; } } -- (id)copyWithZone:(NSZone *)zone { return self; } - -- (id)retain { return self; } - -- (NSUInteger)retainCount { return NSUIntegerMax; } - -- (void)release {} - -- (id)autorelease { return self; } - - (id)init { if ((self = [super init])) { |