adium 3376:5e7fc902988c: Remove the now-unused retweetLink ivar
commits at adium.im
commits at adium.im
Mon Oct 18 06:19:29 UTC 2010
details: http://hg.adium.im/adium/rev/5e7fc902988c
revision: 3376:5e7fc902988c
author: Evan Schoenberg
date: Mon Oct 18 01:19:08 2010 -0500
Remove the now-unused retweetLink ivar
(transplanted from f28a3c29b1b05caaedfa39633ce6daf94119fdf3)
diffs (22 lines):
diff -r 70ef78e3ad86 -r 5e7fc902988c Plugins/Twitter Plugin/AITwitterAccount.h
--- a/Plugins/Twitter Plugin/AITwitterAccount.h Mon Oct 18 01:14:48 2010 -0500
+++ b/Plugins/Twitter Plugin/AITwitterAccount.h Mon Oct 18 01:19:08 2010 -0500
@@ -145,7 +145,6 @@
MGTwitterEngine *twitterEngine;
NSTimer *updateTimer;
- BOOL retweetLink;
BOOL updateAfterSend;
BOOL timelineErrorMessagePrinted;
diff -r 70ef78e3ad86 -r 5e7fc902988c Plugins/Twitter Plugin/AITwitterAccount.m
--- a/Plugins/Twitter Plugin/AITwitterAccount.m Mon Oct 18 01:14:48 2010 -0500
+++ b/Plugins/Twitter Plugin/AITwitterAccount.m Mon Oct 18 01:19:08 2010 -0500
@@ -1053,7 +1053,6 @@
}
updateAfterSend = [[prefDict objectForKey:TWITTER_PREFERENCE_UPDATE_AFTER_SEND] boolValue];
- retweetLink = [[prefDict objectForKey:TWITTER_PREFERENCE_RETWEET_SPAM] boolValue];
if ([key isEqualToString:TWITTER_PREFERENCE_LOAD_CONTACTS] && self.online) {
if ([[prefDict objectForKey:TWITTER_PREFERENCE_LOAD_CONTACTS] boolValue]) {
More information about the commits
mailing list