mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Remove trace.
svn path=/trunk/; revision=72075
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user