diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-06-12 19:45:43 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-06-12 19:45:43 +0000 |
commit | 050d39b3f457e8c1b36156422348fff3760c6875 (patch) | |
tree | 28aafcef9c0df441aebebd7c77e57a382d415f4e /src/mesa | |
parent | ee34e6ef716bb630440299ac1efbc2055ef09ffd (diff) |
remove unused var
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/bufferobj.c | 2 |
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. */ |