diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 14:52:31 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 15:37:19 +0000 |
commit | 559750298a40ac845262365aa0d3d69e6dca0ced (patch) | |
tree | 620294c2c598e4b32c807394db1d557814ca1821 /src/mesa/pipe/i965simple/Makefile | |
parent | 0c2e87d565ced28594156e71ecd387227746e2e3 (diff) |
965: remove dead code
Diffstat (limited to 'src/mesa/pipe/i965simple/Makefile')
-rw-r--r-- | src/mesa/pipe/i965simple/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/i965simple/Makefile b/src/mesa/pipe/i965simple/Makefile index b0085df65f..21f40f72a0 100644 --- a/src/mesa/pipe/i965simple/Makefile +++ b/src/mesa/pipe/i965simple/Makefile @@ -42,7 +42,6 @@ DRIVER_SOURCES = \ brw_vs.c \ brw_vs_emit.c \ brw_vs_state.c \ - brw_vtbl.c \ brw_wm.c \ brw_wm_iz.c \ brw_wm_glsl.c \ |