diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:36:38 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:36:38 +0100 |
commit | b11d89dc6d230f7f945f9eb420d39921c648ec20 (patch) | |
tree | 91fad2c9e271fc0c319bbab61669f18d0528e00d /src/gallium/auxiliary/draw/SConscript | |
parent | a41c05b20a36d2160aa232d08ed57d3095438025 (diff) |
draw: remove draw_prim.c
Diffstat (limited to 'src/gallium/auxiliary/draw/SConscript')
-rw-r--r-- | src/gallium/auxiliary/draw/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 7af65c3c057..238e3f7d284 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', |