simplify the advanced bar drawing code

This commit is contained in:
Mitchell Livingston
2007-12-28 19:44:22 +00:00
parent 70471f78d1
commit 42a09ba6ac
2 changed files with 9 additions and 67 deletions

View File

@@ -39,7 +39,6 @@
NSColor * fGrayColor, * fBlueColor, * fBlue1Color, * fBlue2Color, * fBlue3Color, * fBlue4Color;
NSBitmapImageRep * fBitmap;
int8_t * fPieces;
}
- (NSRect) iconRectForBounds: (NSRect) bounds;