diff options
author | Adam Jackson <ajax@redhat.com> | 2014-07-29 09:14:15 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-07-29 09:14:15 -0400 |
commit | cf46b1017a2663c59f07abd417573b9580f0145f (patch) | |
tree | 43a93622fb262c57cb3e5876a97a32e37a971431 | |
parent | 1a5bc65f27e76263818a44ddbc4197f6083077cf (diff) |
dri: Stop (uselessly) initializing the ValidateTree hooks
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | src/mga_dri.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index a1c39f3..b957028 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -1165,9 +1165,6 @@ Bool MGADRIScreenInit( ScreenPtr pScreen ) pDRIInfo->frameBufferStride = pScrn->displayWidth*(pScrn->bitsPerPixel/8); pDRIInfo->ddxDrawableTableEntry = MGA_MAX_DRAWABLES; - pDRIInfo->wrap.ValidateTree = NULL; - pDRIInfo->wrap.PostValidateTree = NULL; - pDRIInfo->createDummyCtx = TRUE; pDRIInfo->createDummyCtxPriv = FALSE; |