summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-06-12 19:45:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-06-12 19:45:43 +0000
commit050d39b3f457e8c1b36156422348fff3760c6875 (patch)
tree28aafcef9c0df441aebebd7c77e57a382d415f4e /src/mesa/main
parentee34e6ef716bb630440299ac1efbc2055ef09ffd (diff)
remove unused var
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/bufferobj.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c
index 6deb823f34..366ffbb30e 100644
--- a/src/mesa/main/bufferobj.c
+++ b/src/mesa/main/bufferobj.c
@@ -394,8 +394,6 @@ _mesa_buffer_unmap( GLcontext *ctx, GLenum target,
void
_mesa_init_buffer_objects( GLcontext *ctx )
{
- GLuint i;
-
/* Allocate the default buffer object and set refcount so high that
* it never gets deleted.
*/