diff options
author | Brian <[email protected]> | 2008-03-31 14:06:42 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-31 14:06:42 -0600 |
commit | 499d8aaa476fb67b7355122dc6fbc641e1b44ed0 (patch) | |
tree | 36befe80e681b8161745fa48b472a37b0362328a /src/gallium | |
parent | e66cb602b79f52bd1f01b1c3f7af039eeff283a6 (diff) |
gallium: draw_passthrough.c is not used anymore
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 0c7ce5da5ba..a0db2e4555e 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -15,7 +15,6 @@ C_SOURCES = \ draw_debug.c \ draw_flatshade.c \ draw_offset.c \ - draw_passthrough.c \ draw_pt.c \ draw_pt_vcache.c \ draw_pt_fetch_emit.c \ |