mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
5359a4a0c6
commit
8ce1c50fb3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ typedef enum {
|
|||
NSImageFrameButton
|
||||
} NSImageFrameStyle;
|
||||
|
||||
@interface NSImageCell : NSCell <NSCopying, NSCoding>
|
||||
@interface NSImageCell : NSCell
|
||||
{
|
||||
// Attributes
|
||||
NSImageAlignment _imageAlignment;
|
||||
|
|
Loading…
Reference in a new issue