diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-01 23:08:02 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-01 23:15:02 +0100 |
commit | 2989f51caf3134460c2551de597e7e54fe74ee92 (patch) | |
tree | c047fafccc3eeea35ea9bf9661036b839537974f /src/i830.h | |
parent | dc402334f4e9b0de624bc89cd77eae4ec7cf1708 (diff) |
i830: Remove unused coord-adjust.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -332,9 +332,6 @@ typedef struct intel_screen_private { float scale_units[2][2]; /** Transform pointers for src/mask, or NULL if identity */ PictTransform *transform[2]; - float dst_coord_adjust; - float src_coord_adjust; - float mask_coord_adjust; PixmapPtr render_source, render_mask, render_dest; PicturePtr render_source_picture, render_mask_picture, render_dest_picture; |