diff options
author | Brian Paul <[email protected]> | 2011-12-10 11:44:43 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-12-13 06:45:37 -0700 |
commit | 8ba9c22cdb9fb16725a7d02dc200fcd8386f315f (patch) | |
tree | 4df5da15362dce49598a4aacc790f733295fa6ac /src/mesa/SConscript | |
parent | 6e1228976b6ff91492b2fc338282e21404870d26 (diff) |
mesa: remove unused depthstencil.[ch] files
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 4093e3fc61d..bd9e94b8299 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -58,7 +58,6 @@ main_sources = [ 'main/cpuinfo.c', 'main/debug.c', 'main/depth.c', - 'main/depthstencil.c', 'main/dlist.c', 'main/dlopen.c', 'main/drawpix.c', |