diff options
author | Eric Anholt <eric@anholt.net> | 2006-09-07 10:32:02 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-09-07 10:32:02 -0700 |
commit | e4cdc42a98dd1be74e5c2bf5d9566f7449523b14 (patch) | |
tree | 9782fda3b0d6ef7be49d56d2fe38ad34267c17a9 /src | |
parent | 099be52a3bb52516fb5e8d56c154a4d6b6707e09 (diff) |
Remove another debug printf.
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_exa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index 1074649b..230c8a7f 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -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; } |