Fix duplicate _size and use the _frame in the attributes class

This commit is contained in:
Gregory John Casamento 2022-11-27 08:26:21 -05:00
parent 95fa4e0368
commit fe2a988111
2 changed files with 4 additions and 5 deletions

View file

@ -62,7 +62,6 @@ APPKIT_EXPORT_CLASS
@interface NSCollectionViewLayoutAttributes : NSObject <NSCopying>
{
NSRect _frame;
NSSize _size;
CGFloat _alpha;
NSInteger _zIndex;
BOOL _hidden;