summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-10-17 17:01:37 +0200
committerMarek Olšák <maraeo@gmail.com>2012-10-18 22:54:53 +0200
commite5a9bf55231aa14f6ae831a5c47d7176cb6c230b (patch)
tree8be068132ad146182648292903a048ee5d2b048c /src/gallium/include/pipe/p_state.h
parent0da72d3502ecc48e9189ebc4cbea446f79ccb61d (diff)
downloadexternal_mesa3d-e5a9bf55231aa14f6ae831a5c47d7176cb6c230b.zip
external_mesa3d-e5a9bf55231aa14f6ae831a5c47d7176cb6c230b.tar.gz
external_mesa3d-e5a9bf55231aa14f6ae831a5c47d7176cb6c230b.tar.bz2
gallium: remove unused data pointer from pipe_transfer
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r--src/gallium/include/pipe/p_state.h1
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 e88242d..6d0db0f 100644
--- a/src/gallium/include/pipe/p_state.h
+++ b/src/gallium/include/pipe/p_state.h
@@ -429,7 +429,6 @@ struct pipe_transfer
struct pipe_box box; /**< region of the resource to access */
unsigned stride; /**< row stride in bytes */
unsigned layer_stride; /**< image/layer stride in bytes */
- void *data;
};