diff options
-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 */ |