mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Removed left over unused variable in windowbounds:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26927 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d3948c2cf
commit
6c257ccc1f
1 changed files with 0 additions and 1 deletions
|
@ -1259,7 +1259,6 @@ NSLog(@"Callback");
|
||||||
- (NSRect) windowbounds: (int) winNum
|
- (NSRect) windowbounds: (int) winNum
|
||||||
{
|
{
|
||||||
RECT r;
|
RECT r;
|
||||||
NSWindow *window = GSWindowWithNumber(winNum);
|
|
||||||
|
|
||||||
GetWindowRect((HWND)winNum, &r);
|
GetWindowRect((HWND)winNum, &r);
|
||||||
return MSScreenRectToGS(r);
|
return MSScreenRectToGS(r);
|
||||||
|
|
Loading…
Reference in a new issue