Removed already inherited protocols.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-08-12 17:28:52 +00:00
parent 5359a4a0c6
commit 8ce1c50fb3

View file

@ -57,7 +57,7 @@ typedef enum {
NSImageFrameButton
} NSImageFrameStyle;
@interface NSImageCell : NSCell <NSCopying, NSCoding>
@interface NSImageCell : NSCell
{
// Attributes
NSImageAlignment _imageAlignment;