diff options
author | Eric Anholt <eric@anholt.net> | 2006-09-06 11:15:17 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-09-06 11:15:17 -0700 |
commit | c378328ece701756ddca966eb108e2b1f5c3ed6c (patch) | |
tree | 5d079cf5363c14fee85e85bb2664a7f155db019b /src | |
parent | 7458a6adb5ea62f56bb3d4ab19ad7d1aa6ad2d19 (diff) |
Remove a debug printf.
Diffstat (limited to 'src')
-rw-r--r-- | src/i915_exa_render.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i915_exa_render.c b/src/i915_exa_render.c index 90240b82..ef3cf2a6 100644 --- a/src/i915_exa_render.c +++ b/src/i915_exa_render.c @@ -330,8 +330,6 @@ I915EXAPrepareComposite(int op, PicturePtr pSrcPicture, CARD32 dst_format, dst_offset, dst_pitch; CARD32 blendctl; - ErrorF("i915 prepareComposite\n"); - I915GetDestFormat(pDstPicture, &dst_format); dst_offset = exaGetPixmapOffset(pDst); dst_pitch = exaGetPixmapPitch(pDst); |