adium-1.4 3094:f28a3c29b1b0: Remove the now-unused retweetLink ivar
commits at adium.im
commits at adium.im
Mon Oct 18 06:19:15 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/f28a3c29b1b0
revision: 3094:f28a3c29b1b0
author: Evan Schoenberg
date: Mon Oct 18 01:19:08 2010 -0500
Remove the now-unused retweetLink ivar
diffs (22 lines):
diff -r d77e1495adae -r f28a3c29b1b0 Plugins/Twitter Plugin/AITwitterAccount.h
--- a/Plugins/Twitter Plugin/AITwitterAccount.h Mon Oct 18 01:17:44 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 d77e1495adae -r f28a3c29b1b0 Plugins/Twitter Plugin/AITwitterAccount.m
--- a/Plugins/Twitter Plugin/AITwitterAccount.m Mon Oct 18 01:17:44 2010 -0500
+++ b/Plugins/Twitter Plugin/AITwitterAccount.m Mon Oct 18 01:19:08 2010 -0500
@@ -1033,7 +1033,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