From: Brian Date: Mon, 31 Mar 2008 20:13:09 +0000 (-0600) Subject: gallium: draw_passthrough.c is not used anymore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9cbd8400433fb27da03f300b36495baef464cc6b;p=mesa.git gallium: draw_passthrough.c is not used anymore --- diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 9b3e7247c54..981225a8c2c 100644 --- a/src/gallium/auxiliary/draw/SConscript +++ b/src/gallium/auxiliary/draw/SConscript @@ -14,7 +14,6 @@ draw = env.ConvenienceLibrary( 'draw_debug.c', 'draw_flatshade.c', 'draw_offset.c', - 'draw_passthrough.c', # going away soon 'draw_pt.c', 'draw_pt_vcache.c', 'draw_pt_fetch_emit.c',