mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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.nPos = clientRect.left - childRect.left;
|
||||
SetScrollInfo(hwnd, SB_HORZ, &info, TRUE);
|
||||
ERR("CalcChildScroll H\n");
|
||||
}
|
||||
if (scroll == SB_HORZ) break;
|
||||
/* fall through */
|
||||
|
|
Loading…
Reference in a new issue