diff options
author | Brian Paul <[email protected]> | 2012-01-06 12:42:40 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-01-06 14:00:29 -0700 |
commit | 21b28d520ff218d165e86aa71dbd02050a3aa0cd (patch) | |
tree | 7cf873413574aae0f240ce44d074e07e713bc5a1 /src/mesa/SConscript | |
parent | 030e408181f6ba0cd992c1519de485f38adad8be (diff) |
swrast: remove s_depthstencil.[ch] files
The code is no longer used.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index bd9e94b8299..4754fbfc8c0 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -161,7 +161,6 @@ swrast_sources = [ 'swrast/s_copypix.c', 'swrast/s_context.c', 'swrast/s_depth.c', - 'swrast/s_depthstencil.c', 'swrast/s_drawpix.c', 'swrast/s_feedback.c', 'swrast/s_fog.c', |