From: Michal Krol Date: Fri, 14 Mar 2008 20:40:02 +0000 (+0100) Subject: scons: Remove second occurence of draw_passthrough.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b8f31a6daf6a52086a3454a5dfd1f8bac046804;p=mesa.git scons: Remove second occurence of draw_passthrough.c. --- diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 64b444dbd56..d7fb86d992c 100644 --- a/src/gallium/auxiliary/draw/SConscript +++ b/src/gallium/auxiliary/draw/SConscript @@ -14,10 +14,9 @@ draw = env.ConvenienceLibrary( 'draw_debug.c', 'draw_flatshade.c', 'draw_offset.c', - 'draw_prim.c', 'draw_passthrough.c', + 'draw_prim.c', 'draw_pstipple.c', - 'draw_passthrough.c', 'draw_stipple.c', 'draw_twoside.c', 'draw_unfilled.c',