From 37c992cd7390fc9be76101ddf4e8dc5162905aa6 Mon Sep 17 00:00:00 2001 From: David Reveman Date: Wed, 17 Sep 2008 18:22:11 -0400 Subject: [PATCH] Shut up compiler. --- hw/dmx/dmxgc.c | 8 ++------ 1 file 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; }