From ab2b48e0df328fd08a2412911126b3184a601aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 15 Jun 2006 16:06:13 +0200 Subject: Remove another unused variable. --- src/radeon_exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/radeon_exa.c b/src/radeon_exa.c index ab6810e..8070da1 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -262,7 +262,7 @@ static void RADEONFinishAccess(PixmapPtr pPix, int index) RINFO_FROM_SCREEN(pPix->drawable.pScreen); unsigned char *RADEONMMIO = info->MMIO; CARD32 offset = exaGetPixmapOffset(pPix); - int bpp, soff; + int soff; /* Front buffer is always set with proper swappers */ if (offset == 0) -- cgit v1.2.3