gdi32: Remove left-over debug trace.

oldstable
Alexandre Julliard 2012-07-19 20:27:39 +02:00
parent f5714cccbd
commit 6a8ded433b
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}