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/sources.mak | |
parent | 6e1228976b6ff91492b2fc338282e21404870d26 (diff) |
mesa: remove unused depthstencil.[ch] files
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 44c5c75e417..09cdd261bd9 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -27,7 +27,6 @@ MAIN_SOURCES = \ main/cpuinfo.c \ main/debug.c \ main/depth.c \ - main/depthstencil.c \ main/dlist.c \ main/dlopen.c \ main/drawpix.c \ |