diff options
author | Keith Whitwell <[email protected]> | 2007-01-30 20:22:55 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-01-30 20:22:55 +0000 |
commit | 893526b8a823fe1b88f2b46376155afb91c84016 (patch) | |
tree | 52de75d5588a9ac456647b8929bfbcd13088310f /src/mesa/vbo/vbo_split_copy.c | |
parent | 240641de0c8532009fd21be7d4b0b84e471e91e8 (diff) |
Use new rebase helper. Remove other rebase code.
Diffstat (limited to 'src/mesa/vbo/vbo_split_copy.c')
-rw-r--r-- | src/mesa/vbo/vbo_split_copy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_split_copy.c b/src/mesa/vbo/vbo_split_copy.c index d9c58537821..ef97acbce70 100644 --- a/src/mesa/vbo/vbo_split_copy.c +++ b/src/mesa/vbo/vbo_split_copy.c @@ -479,7 +479,6 @@ static void replay_init( struct copy_context *copy ) copy->dstib.type = GL_UNSIGNED_INT; copy->dstib.obj = ctx->Array.NullBufferObj; copy->dstib.ptr = copy->dstelt; - copy->dstib.rebase = 0; } |