glamor: Drop dead drm_stride field.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Eric Anholt 2015-07-02 13:25:40 -07:00
parent 8097c88702
commit c16e086dac

View File

@ -350,7 +350,6 @@ typedef struct glamor_pixmap_private {
glamor_pixmap_fbo *fbo;
/** current fbo's coords in the whole pixmap. */
BoxRec box;
int drm_stride;
GLuint pbo;
RegionRec prepare_region;
Bool prepared;