didn't mean to commit some experimental, nonworking code; also, only create the string attributes when needed

This commit is contained in:
Mitchell Livingston
2007-09-28 12:58:31 +00:00
parent 6a976eed1c
commit f5bd7f17ce
3 changed files with 6 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
@interface PeerProgressIndicatorCell : NSLevelIndicatorCell
{
BOOL fIsHidden;
NSDictionary * fAttributes;
NSImage * fCheckImage;
}