summaryrefslogtreecommitdiff
path: root/src/x11/va_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11/va_x11.c')
-rw-r--r--src/x11/va_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x11/va_x11.c b/src/x11/va_x11.c
index 46911fc..a196d3d 100644
--- a/src/x11/va_x11.c
+++ b/src/x11/va_x11.c
@@ -204,7 +204,6 @@ VADisplay vaGetDisplay (
dri_state = calloc(1, sizeof(*dri_state));
if (pDisplayContext && pDriverContext && dri_state)
{
- pDriverContext->old_pNext = (void *)(unsigned long)0xdeadbeef;
pDriverContext->x11_dpy = native_dpy;
pDisplayContext->pNext = pDisplayContexts;
pDisplayContext->pDriverContext = pDriverContext;