summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:36:38 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:36:38 +0100
commitb11d89dc6d230f7f945f9eb420d39921c648ec20 (patch)
tree91fad2c9e271fc0c319bbab61669f18d0528e00d /src/gallium/auxiliary/draw/SConscript
parenta41c05b20a36d2160aa232d08ed57d3095438025 (diff)
draw: remove draw_prim.c
Diffstat (limited to 'src/gallium/auxiliary/draw/SConscript')
-rw-r--r--src/gallium/auxiliary/draw/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index 7af65c3c05..238e3f7d28 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -11,7 +11,6 @@ draw = env.ConvenienceLibrary(
'draw_debug.c',
'draw_flatshade.c',
'draw_offset.c',
- 'draw_prim.c',
'draw_pstipple.c',
'draw_pt.c',
'draw_pt_elts.c',