simplify the mess of code that is the pieces view

This commit is contained in:
Mitchell Livingston
2007-06-20 22:53:46 +00:00
parent b07c8df3cf
commit 54ec3716cc
8 changed files with 28 additions and 116 deletions

View File

@@ -77,18 +77,7 @@
LANGUAGE = ObjC;
SUPERCLASS = NSLevelIndicatorCell;
},
{
CLASS = PiecesImageView;
LANGUAGE = ObjC;
OUTLETS = {fPiecesView = PiecesView; };
SUPERCLASS = NSImageView;
},
{
CLASS = PiecesView;
LANGUAGE = ObjC;
OUTLETS = {fImageView = NSImageView; };
SUPERCLASS = NSObject;
}
{CLASS = PiecesView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }
);
IBVersion = 1;
}