summaryrefslogtreecommitdiff
path: root/src/i830_xaa.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@nietzche.virtuousgeek.org>2007-01-06 08:21:36 -0800
committerJesse Barnes <jbarnes@nietzche.virtuousgeek.org>2007-01-06 08:21:36 -0800
commit4c790f614ecba1f6468e51779cfaf0e36b6b17ad (patch)
treea2086e8c07ef25b1d3e6d69490886b82d2d24911 /src/i830_xaa.c
parent5a793b0dcf2d5de408b55073858fcfba6d99f994 (diff)
More sparse cleanups:
NULL vs. 0 make some variables static remove redundant variables There are only a few sparse warnings left now: some bitfield warnings and a few 'mixing code and declarations' warnings from the ring macros.
Diffstat (limited to 'src/i830_xaa.c')
-rw-r--r--src/i830_xaa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_xaa.c b/src/i830_xaa.c
index 9c994d30..cad9c71b 100644
--- a/src/i830_xaa.c
+++ b/src/i830_xaa.c
@@ -214,7 +214,6 @@ I830XAAInit(ScreenPtr pScreen)
{
Bool shared_accel = FALSE;
- int i;
for(i = 0; i < pScrn->numEntities; i++) {
if(xf86IsEntityShared(pScrn->entityList[i]))