summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxpict.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-30 13:30:59 -0800
committerKeith Packard <keithp@keithp.com>2010-11-30 13:30:59 -0800
commit02449ee24b484c9fea501df5274d95a9f87cab23 (patch)
treee8df05a624f7f5af14a300e8506ed9da678a28d8 /hw/dmx/dmxpict.c
parentafd6eb66d5ef6a59be4c03da4588aaa2ee47b9ad (diff)
parentb85f9063c2370d7710523bccb8bf030a0710425b (diff)
Merge remote branch 'ajax/for-keithp'
Diffstat (limited to 'hw/dmx/dmxpict.c')
-rw-r--r--hw/dmx/dmxpict.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/dmx/dmxpict.c b/hw/dmx/dmxpict.c
index 915e7678a..ab26593e6 100644
--- a/hw/dmx/dmxpict.c
+++ b/hw/dmx/dmxpict.c
@@ -1011,8 +1011,6 @@ void dmxValidatePicture(PicturePtr pPicture, Mask mask)
attribs.poly_edge = pPicture->polyEdge;
if (mask & CPPolyMode)
attribs.poly_mode = pPicture->polyMode;
- if (mask & CPDither)
- attribs.dither = pPicture->dither;
if (mask & CPComponentAlpha)
attribs.component_alpha = pPicture->componentAlpha;