Skip to content

Commit

Permalink
Remove duplicate definition of magnification properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
CKegel committed Feb 16, 2024
1 parent 0ae4f4c commit 4ee3782
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions AppKit/include/AppKit/NSScrollView.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ APPKIT_EXPORT NSString *const NSScrollViewDidLiveScrollNotification;
CGFloat _verticalPageScroll;
CGFloat _horizontalLineScroll;
CGFloat _horizontalPageScroll;
CGFloat _magnification;
CGFloat _maxMagnification;
CGFloat _minMagnification;
int _borderType;
BOOL _drawsBackground;
BOOL _hasVerticalScroller;
Expand All @@ -54,7 +51,6 @@ APPKIT_EXPORT NSString *const NSScrollViewDidLiveScrollNotification;
BOOL _rulersVisible;
BOOL _scrollsDynamically;
BOOL _autohidesScrollers;
BOOL _allowsMagnification;
NSCursor *_documentCursor;
BOOL _allowsMagnification;
CGFloat _magnification;
Expand Down

0 comments on commit 4ee3782

Please sign in to comment.