From: Brian Paul Date: Mon, 12 Jun 2006 19:45:43 +0000 (+0000) Subject: remove unused var X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=050d39b3f457e8c1b36156422348fff3760c6875;p=mesa.git remove unused var --- diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index 6deb823f348..366ffbb30ef 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. */