Remove another debug printf.

This commit is contained in:
Eric Anholt 2006-09-07 10:32:02 -07:00
parent 099be52a3b
commit e4cdc42a98
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ IntelEXAComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY,
scale_units[1][0], scale_units[1][1]);
if (scale_units[1][0] == -1 || scale_units[1][1] == -1) {
ErrorF("mask is null\n");
pMask = 0;
}