1.1 --- a/Frameworks/Adium Framework/Source/AIAccount.m Tue May 26 21:26:15 2009 -0700
1.2 +++ b/Frameworks/Adium Framework/Source/AIAccount.m Fri Nov 27 15:50:57 2009 -0500
1.3 @@ -1208,14 +1208,6 @@
1.4 }
1.5
1.6 /**
1.7 - * @brief Returns the current status message as rich text
1.8 - */
1.9 -- (NSTextStorage *)scriptingStatusMessage
1.10 -{
1.11 - return [[[NSTextStorage alloc] initWithAttributedString:self.statusState.statusMessage] autorelease];
1.12 -}
1.13 -
1.14 -/**
1.15 * @brief Returns a mutable status
1.16 *
1.17 * If the current status is built in, we create a temporary copy of the current status and set that.