diff options
-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 3bc2c0b9..13fe3ee6 100644 --- a/src/i915_exa_render.c +++ b/src/i915_exa_render.c @@ -332,8 +332,6 @@ I915EXAPrepareComposite(int op, PicturePtr pSrcPicture, I915GetDestFormat(pDstPicture, &dst_format); dst_offset = exaGetPixmapOffset(pDst); dst_pitch = exaGetPixmapPitch(pDst); - scale_units[2][0] = pDst->drawable.width; - scale_units[2][1] = pDst->drawable.height; FS_LOCALS(20); if (!I915TextureSetup(pSrcPicture, pSrc, 0)) |