summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-03-02 09:22:39 +0100
committerCarl Worth <cworth@cworth.org>2010-03-04 09:38:37 -0800
commit4d4d763b3d96e2cac99a0b7b03ad9bcaf4465c61 (patch)
tree1df4c54661715a7254e913f2fdbb9dc40ffb8f76 /src/i830.h
parentd0800d098739d5e8ea94be9c5ed2f7a8a86c06dc (diff)
i830_memory: kill field "tiling_mode"
Totally unused. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 8449dc69..5ef34257 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -186,7 +186,6 @@ struct _i830_memory {
*/
unsigned long size;
- uint32_t tiling_mode;
/** Pitch value in bytes for tiled surfaces */
unsigned int pitch;