From 62ce9e8f9c8cc2014645d58f4249c496aebc36e8 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Tue, 26 Aug 2008 22:23:06 -0400 Subject: [PATCH] Remove unused exa_pixmap_key. --- src/i830_exa.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/i830_exa.c b/src/i830_exa.c index e73bc36a..fdce65f6 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -465,8 +465,6 @@ i830_transform_is_affine (PictTransformPtr t) return t->matrix[2][0] == 0 && t->matrix[2][1] == 0; } -static DevPrivateKey exa_pixmap_key = &exa_pixmap_key; - #ifdef XF86DRM_MODE static void * @@ -618,9 +616,6 @@ I830EXAInit(ScreenPtr pScreen) ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum]; I830Ptr pI830 = I830PTR(pScrn); - if (!dixRequestPrivate(exa_pixmap_key, 0)) - return FALSE; - pI830->EXADriverPtr = exaDriverAlloc(); if (pI830->EXADriverPtr == NULL) { pI830->accel = ACCEL_NONE;