diff options
author | Brian Paul <[email protected]> | 2012-01-16 11:48:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-01-24 14:12:24 -0700 |
commit | 1e1b5cb01a10e39d01923e3c7e989c44210950cd (patch) | |
tree | 6ed5e6042194c7126c5ebfcb8f30b1738c54d4b6 /src/mesa/swrast/s_texture.c | |
parent | 82846fea4d042466ccfd5b3c86d98e856086cc05 (diff) |
mesa: remove gl_renderbuffer:RowStride field
Diffstat (limited to 'src/mesa/swrast/s_texture.c')
-rw-r--r-- | src/mesa/swrast/s_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index b98195e7489..0453640c0df 100644 --- a/src/mesa/swrast/s_texture.c +++ b/src/mesa/swrast/s_texture.c @@ -374,7 +374,6 @@ unmap_attachment(struct gl_context *ctx, } rb->Map = NULL; - rb->RowStrideBytes = 0; } |