diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 19:45:15 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 19:45:15 +0100 |
commit | 3097f273443b5b8fce097e2b1e09a17b02d06a40 (patch) | |
tree | fb9072166f96c70c90b985815eb066794cdbfc81 /src | |
parent | cb97e75acab84b67b7b7358860788638efc9b344 (diff) |
radeon: drop another unused struct member.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index fca4078a..e635be6a 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -303,7 +303,6 @@ struct radeon_accel_state { /* Saved values for ScreenToScreenCopy */ int xdir; int ydir; - uint32_t dst_pitch_offset; /* render accel */ unsigned short texW[2]; |