diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-19 00:36:35 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-19 00:36:35 +0100 |
commit | 6494946db66b62d280e34a0486b83cca15f5b457 (patch) | |
tree | cb5a5780a4627a597ec25712b86c213ddd31cf9b /src/gallium/auxiliary/draw/SConscript | |
parent | 6d9132de04fc190fea56978849dfc427e5359912 (diff) |
draw: remove draw_debug.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 246083a962..bff32d2c8b 100644 --- a/src/gallium/auxiliary/draw/SConscript +++ b/src/gallium/auxiliary/draw/SConscript @@ -8,7 +8,6 @@ draw = env.ConvenienceLibrary( 'draw_clip.c', 'draw_context.c', 'draw_cull.c', - 'draw_debug.c', 'draw_flatshade.c', 'draw_offset.c', 'draw_pstipple.c', |