diff options
author | Zack Rusin <[email protected]> | 2009-01-26 15:22:53 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-01-27 12:20:26 -0500 |
commit | 4f5308bdcb9e62f678975a77783a48096f6dfdc6 (patch) | |
tree | 3895687d86bdff430155b850b663d252f867dfdc /src/gallium/include | |
parent | d6888e811d24eaa7e8d9093be606394f00435c05 (diff) |
gallium: remove redundant size from the constant buffer
reuse the size of the actual buffer
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 866c8a82dcc..13fa9ba848c 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -162,7 +162,6 @@ struct pipe_clip_state struct pipe_constant_buffer { struct pipe_buffer *buffer; - unsigned size; /** in bytes (XXX: redundant!) */ }; |