diff options
author | Brian <[email protected]> | 2008-03-31 14:13:09 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-31 14:13:09 -0600 |
commit | 9cbd8400433fb27da03f300b36495baef464cc6b (patch) | |
tree | 08490a9cf0c31b955b12ff4e22af4c1068732bdc /src/gallium/auxiliary/draw/SConscript | |
parent | 499d8aaa476fb67b7355122dc6fbc641e1b44ed0 (diff) |
gallium: draw_passthrough.c is not used anymore
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 9b3e7247c54..981225a8c2c 100644 --- a/src/gallium/auxiliary/draw/SConscript +++ b/src/gallium/auxiliary/draw/SConscript @@ -14,7 +14,6 @@ draw = env.ConvenienceLibrary( 'draw_debug.c', 'draw_flatshade.c', 'draw_offset.c', - 'draw_passthrough.c', # going away soon 'draw_pt.c', 'draw_pt_vcache.c', 'draw_pt_fetch_emit.c', |