mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-11 15:20:36 +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
2a4b1bbc46
commit
614c80bae2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ typedef enum {
|
||||||
NSImageFrameButton
|
NSImageFrameButton
|
||||||
} NSImageFrameStyle;
|
} NSImageFrameStyle;
|
||||||
|
|
||||||
@interface NSImageCell : NSCell <NSCopying, NSCoding>
|
@interface NSImageCell : NSCell
|
||||||
{
|
{
|
||||||
// Attributes
|
// Attributes
|
||||||
NSImageAlignment _imageAlignment;
|
NSImageAlignment _imageAlignment;
|
||||||
|
|
Loading…
Reference in a new issue