scons: Remove second occurence of draw_passthrough.c.

This commit is contained in:
Michal Krol 2008-03-14 21:40:02 +01:00
parent a9aef5fccd
commit 2b8f31a6da

View file

@ -14,10 +14,9 @@ draw = env.ConvenienceLibrary(
'draw_debug.c',
'draw_flatshade.c',
'draw_offset.c',
'draw_passthrough.c',
'draw_prim.c',
'draw_passthrough.c',
'draw_pstipple.c',
'draw_passthrough.c',
'draw_stipple.c',
'draw_twoside.c',
'draw_unfilled.c',