summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2006-06-15 16:06:13 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2006-06-15 16:06:13 +0200
commitab2b48e0df328fd08a2412911126b3184a601aea (patch)
treeb125e02cb95576985b9f27fe5380abcfe8ae8446 /src
parent56bd5a370472663af5607cd327f757367b238db0 (diff)
Remove another unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/radeon_exa.c2
1 files changed, 1 insertions, 1 deletions
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)