mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 18:50:59 +00:00
* Source/NSImageCell.m,
* Source/NSAccessibilityCustomAction.m, * Source/NSStackView.m, * Source/NSGridView.m: Fix compiler warnings
This commit is contained in:
parent
e0012349f6
commit
34423da47e
5 changed files with 13 additions and 12 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue