summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2008-09-17 18:22:11 -0400
committerDavid Reveman <davidr@novell.com>2008-10-30 03:37:44 -0400
commit37c992cd7390fc9be76101ddf4e8dc5162905aa6 (patch)
treec731b2b76d5d7c8a648a0b55a7f79eaa5a30bfbd /hw/dmx
parent34f76e6ef936a40d545b6a60c6214018b0d260e0 (diff)
Shut up compiler.
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmxgc.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/hw/dmx/dmxgc.c b/hw/dmx/dmxgc.c
index 3a877d632..0d3524a50 100644
--- a/hw/dmx/dmxgc.c
+++ b/hw/dmx/dmxgc.c
@@ -404,12 +404,8 @@ void dmxChangeClip(GCPtr pGC, int type, pointer pvalue, int nrects)
}
break;
- case CT_PIXMAP:
- case CT_UNSORTED:
- case CT_YSORTED:
- case CT_YXSORTED:
- case CT_YXBANDED:
- /* These clip types are condensed down to either NONE or REGION
+ default:
+ /* Other clip types are condensed down to either NONE or REGION
in the mi code */
break;
}