mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:27:38 +00:00
Remove some stupid compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
121be97eb5
commit
03cdf3355c
5 changed files with 17 additions and 10 deletions
|
@ -348,7 +348,7 @@
|
|||
const float columnMinX = NSMinX([self headerRectOfColumn: _resizedColumn]);
|
||||
const float columnMinWidth = [column minWidth];
|
||||
const float columnMaxWidth = [column maxWidth];
|
||||
float newColumnWidth;
|
||||
float newColumnWidth = [column width];
|
||||
float newColumnMaxX;
|
||||
NSRect oldHighlightRect;
|
||||
NSRect highlightRect = [self visibleRect];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue