adium 2959:e30f070594df: Removed redundant method declarations i...

commits at adium.im commits at adium.im
Tue Nov 24 02:55:03 UTC 2009


details:	http://hg.adium.im/adium/rev/e30f070594df
revision:	2959:e30f070594df
author:		Peter Hosey <hg at boredzo.org>
date:		Mon Nov 23 18:54:46 2009 -0800

Removed redundant method declarations introduced in [93ced8fc9973], effectively reverting that changeset. These are already declared (and the warning suppressed) in AILeopardCompatibility.h.

diffs (28 lines):

diff -r 4be55eab1d1e -r e30f070594df Source/AILoggerPlugin.m
--- a/Source/AILoggerPlugin.m	Mon Nov 23 16:23:13 2009 -0600
+++ b/Source/AILoggerPlugin.m	Mon Nov 23 18:54:46 2009 -0800
@@ -108,10 +108,6 @@
 static NSString     *logBasePath = nil;     //The base directory of all logs
 static NSString     *logBaseAliasPath = nil;     //If the usual Logs folder path refers to an alias file, this is that path, and logBasePath is the destination of the alias; otherwise, this is nil and logBasePath is the usual Logs folder path.
 
- at interface NSOperationQueue (SnowLeopardMethodsICheckFor)
-- (void)setName:(NSString *)name;
- at end
-
 @implementation AILoggerPlugin
 
 - (void)installPlugin
diff -r 4be55eab1d1e -r e30f070594df Source/AdiumPasswords.m
--- a/Source/AdiumPasswords.m	Mon Nov 23 16:23:13 2009 -0600
+++ b/Source/AdiumPasswords.m	Mon Nov 23 18:54:46 2009 -0800
@@ -46,10 +46,6 @@
 - (void)_upgradeAccountPasswordKeychainEntries;
 @end
 
- at interface NSOperationQueue (SnowLeopardMethodsICheckFor)
-- (void)setName:(NSString *)name;
- at end
-
 @implementation AdiumPasswords
 
 /*!




More information about the commits mailing list