diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-03-14 21:40:02 +0100 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-03-14 21:40:32 +0100 |
commit | 2b8f31a6daf6a52086a3454a5dfd1f8bac046804 (patch) | |
tree | 8e1ce24361dfe9f1e833dd753a0e0adca96210a3 /src/gallium | |
parent | a9aef5fccd0a71bc29845c5af9aacdab5e2234ea (diff) |
scons: Remove second occurence of draw_passthrough.c.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/draw/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 64b444dbd5..d7fb86d992 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', |