From 025aa9efcd8213ce530818cfd8be1b6d9e945b2c Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 2 Dec 2004 14:50:13 +0000 Subject: silence warnings --- src/mesa/drivers/x11/xm_tri.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/drivers/x11/xm_tri.c') diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index 01585b05b4..35d9d071f9 100644 --- a/src/mesa/drivers/x11/xm_tri.c +++ b/src/mesa/drivers/x11/xm_tri.c @@ -1351,7 +1351,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(smooth_DITHER8_z_triangle); else USE(smooth_DITHER_z_triangle); - break; case PF_Lookup: if (depth == 8) USE(smooth_LOOKUP8_z_triangle); @@ -1389,7 +1388,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(flat_DITHER8_z_triangle); else USE(flat_DITHER_z_triangle); - break; case PF_Lookup: if (depth == 8) USE(flat_LOOKUP8_z_triangle); @@ -1424,7 +1422,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(smooth_DITHER8_triangle); else USE(smooth_DITHER_triangle); - break; case PF_Lookup: if (depth == 8) USE(smooth_LOOKUP8_triangle); @@ -1460,7 +1457,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(flat_DITHER8_triangle); else USE(flat_DITHER_triangle); - break; case PF_Lookup: if (depth == 8) USE(flat_LOOKUP8_triangle); -- cgit v1.2.3