projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee34e6e
)
remove unused var
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 12 Jun 2006 19:45:43 +0000
(19:45 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 12 Jun 2006 19:45:43 +0000
(19:45 +0000)
src/mesa/main/bufferobj.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/bufferobj.c
b/src/mesa/main/bufferobj.c
index 6deb823f3483b79397618435a6a52513a3f98cca..366ffbb30ef0ca8704622d0c931a9bd61accff9b 100644
(file)
--- 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.
*/