From f2c1fd30213c597d4899da550cf17ae934447b0f Mon Sep 17 00:00:00 2001 From: Matthew Judy Date: Mon, 27 Jan 2003 12:09:33 +0000 Subject: [PATCH] Testing syncmail --- ITStatusItem.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/ITStatusItem.m b/ITStatusItem.m index 725a044..31ff2e3 100755 --- a/ITStatusItem.m +++ b/ITStatusItem.m @@ -89,8 +89,6 @@ #pragma mark PRIVATE METHODS /*************************************************************************/ - - - (void)setSmallTitle:(NSString*)title { NSAttributedString *attrTitle = [[[NSAttributedString alloc] initWithString:title attributes:[NSDictionary dictionaryWithObject:[NSFont fontWithName:@"Lucida Grande" size:12.0] forKey:NSFontAttributeName]] autorelease]; [self setAttributedTitle:attrTitle]; -- 2.20.1