Commit 6a8ded43 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Remove left-over debug trace.

parent f5714ccc
......@@ -1991,10 +1991,6 @@ static BOOL pattern_brush(dibdrv_physdev *pdev, dib_brush *brush, dib_info *dib,
static BOOL null_brush(dibdrv_physdev *pdev, dib_brush *brush, dib_info *dib,
int num, const RECT *rects, INT rop)
{
if (rop == 1)
{
ERR("(%p, %s, BLACKNESS)\n", pdev, wine_dbgstr_rect(rects));
}
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment