diff options
-rw-r--r-- | uxa/uxa.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -151,9 +151,6 @@ uxa_prepare_access(DrawablePtr pDrawable, int index) if (!offscreen) return; - /* XXX should be pPixmap eventually */ - uxa_wait_sync (pScreen); - if (uxa_screen->info->PrepareAccess) (*uxa_screen->info->PrepareAccess) (pPixmap, index); } |