* Source/NSImageCell.m,

* Source/NSAccessibilityCustomAction.m,
* Source/NSStackView.m,
* Source/NSGridView.m: Fix compiler warnings
This commit is contained in:
Fred Kiefer 2022-06-12 22:13:06 +02:00
parent e0012349f6
commit 34423da47e
5 changed files with 13 additions and 12 deletions

View file

@ -174,7 +174,6 @@
CGFloat x = 0.0;
CGFloat y = 0.0;
CGFloat newHeight = 0.0;
CGFloat newWidth = 0.0;
NSUInteger i = 0;
// Advance vertically or horizontally depending on orientation...
@ -205,7 +204,6 @@
}
newFrame.size.width += sp;
newWidth = newFrame.size.width;
}
[self setFrame: newFrame];