remove unused var

This commit is contained in:
Brian Paul
2006-06-12 19:45:43 +00:00
parent ee34e6ef71
commit 050d39b3f4

View 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.
*/