diff options
author | Alex Deucher <alex@botch2.com> | 2007-03-12 23:58:41 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-03-13 00:17:31 -0400 |
commit | 6d40f87d6cddde2d88f25be686b6392449cdecf1 (patch) | |
tree | a3ecb516e65655d85e94afbcfb1b78a912b9ea62 | |
parent | 452cabd6e3870b832cb19c8ad8a1fce27eef9c48 (diff) |
remove spurious waitqueue() line
-rw-r--r-- | src/smi_exa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smi_exa.c b/src/smi_exa.c index 33461a7..07bcc97 100644 --- a/src/smi_exa.c +++ b/src/smi_exa.c @@ -226,7 +226,6 @@ SMI_PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, int ydir, if (pDstPixmap->drawable.bitsPerPixel == 24) { src_pitch *= 3; dst_pitch *= 3; - WaitQueue(3); } /* Bit Mask (planemask) - 16 bit only */ |