summaryrefslogtreecommitdiff
path: root/src/mga_exa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga_exa.c')
-rw-r--r--src/mga_exa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mga_exa.c b/src/mga_exa.c
index 5a5c0d6..2df38bc 100644
--- a/src/mga_exa.c
+++ b/src/mga_exa.c
@@ -253,14 +253,11 @@ mgaPrepareCopy(PixmapPtr pSrc, PixmapPtr pDst, int xdir, int ydir, int alu,
OUTREG(MGAREG_DWGCTL, dwgctl);
OUTREG(MGAREG_SGN, blit_direction);
OUTREG(MGAREG_PLNWT, planemask);
-
- /* this is crap */
OUTREG(MGAREG_AR5, (ydir < -0 ? -1 : 1) * pMga->src_pitch);
return TRUE;
}
-/* this whole thing is bogus. */
static void
mgaCopy(PixmapPtr pDst, int srcx, int srcy, int dstx, int dsty, int w, int h)
{