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/sources.mak | |
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/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 09cdd261bd9..165a6c85ec3 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -133,7 +133,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 \ |