summaryrefslogtreecommitdiff
path: root/src/glamo-dri2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamo-dri2.c')
-rw-r--r--src/glamo-dri2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glamo-dri2.c b/src/glamo-dri2.c
index 1a1d836..2491f82 100644
--- a/src/glamo-dri2.c
+++ b/src/glamo-dri2.c
@@ -174,7 +174,6 @@ void driScreenInit(ScreenPtr pScreen)
dri2info.CreateBuffers = glamoCreateBuffers;
dri2info.DestroyBuffers = glamoDestroyBuffers;
dri2info.CopyRegion = glamoCopyRegion;
- dri2info.Wait = NULL;
if ( !DRI2ScreenInit(pScreen, &dri2info) ) return;
}