summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uxa/uxa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/uxa/uxa.c b/uxa/uxa.c
index 9745f8bb..7201e7c6 100644
--- a/uxa/uxa.c
+++ b/uxa/uxa.c
@@ -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);
}