summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_split_inplace.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-01-30 20:22:55 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-01-30 20:22:55 +0000
commit893526b8a823fe1b88f2b46376155afb91c84016 (patch)
tree52de75d5588a9ac456647b8929bfbcd13088310f /src/mesa/vbo/vbo_split_inplace.c
parent240641de0c8532009fd21be7d4b0b84e471e91e8 (diff)
Use new rebase helper. Remove other rebase code.
Diffstat (limited to 'src/mesa/vbo/vbo_split_inplace.c')
-rw-r--r--src/mesa/vbo/vbo_split_inplace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_split_inplace.c b/src/mesa/vbo/vbo_split_inplace.c
index d3649c59db..ea62866e7c 100644
--- a/src/mesa/vbo/vbo_split_inplace.c
+++ b/src/mesa/vbo/vbo_split_inplace.c
@@ -223,7 +223,6 @@ static void split_prims( struct split_context *split)
ib.type = GL_UNSIGNED_INT;
ib.obj = split->ctx->Array.NullBufferObj;
ib.ptr = elts;
- ib.rebase = 0; /* ? */
tmpprim = *prim;
tmpprim.indexed = 1;