mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Removed debug output.
svn path=/trunk/; revision=4042
This commit is contained in:
parent
31036dbb90
commit
15128f6053
1 changed files with 0 additions and 2 deletions
|
@ -1797,8 +1797,6 @@ W32kPaintRgn(HDC hDC,
|
|||
ASSERT( ClipRegion );
|
||||
pBrush = BRUSHOBJ_LockBrush(dc->w.hBrush);
|
||||
ASSERT(pBrush);
|
||||
DbgPrint("\t brush color: %x \n", pBrush->iSolidColor);
|
||||
|
||||
BrushOrigin.x = dc->w.brushOrgX;
|
||||
BrushOrigin.y = dc->w.brushOrgY;
|
||||
SurfObj = (SURFOBJ*)AccessUserObject(dc->Surface);
|
||||
|
|
Loading…
Reference in a new issue