mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:43:12 +00:00
- Remove trace.
svn path=/trunk/; revision=72075
This commit is contained in:
parent
283d51cef9
commit
a8d130326e
1 changed files with 0 additions and 1 deletions
|
@ -1899,7 +1899,6 @@ void WINAPI CalcChildScroll( HWND hwnd, INT scroll )
|
||||||
//info.nMax = childRect.right - clientRect.right;
|
//info.nMax = childRect.right - clientRect.right;
|
||||||
//info.nPos = clientRect.left - childRect.left;
|
//info.nPos = clientRect.left - childRect.left;
|
||||||
SetScrollInfo(hwnd, SB_HORZ, &info, TRUE);
|
SetScrollInfo(hwnd, SB_HORZ, &info, TRUE);
|
||||||
ERR("CalcChildScroll H\n");
|
|
||||||
}
|
}
|
||||||
if (scroll == SB_HORZ) break;
|
if (scroll == SB_HORZ) break;
|
||||||
/* fall through */
|
/* fall through */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue