remove unused var
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 12 Jun 2006 19:45:43 +0000 (19:45 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 12 Jun 2006 19:45:43 +0000 (19:45 +0000)
src/mesa/main/bufferobj.c

index 6deb823..366ffbb 100644 (file)
@@ -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.
     */