From 050d39b3f457e8c1b36156422348fff3760c6875 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 12 Jun 2006 19:45:43 +0000 Subject: remove unused var --- src/mesa/main/bufferobj.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main') 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. */ -- cgit v1.2.3