diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:46:06 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:46:06 +0100 |
commit | 415e8e039ba38716336e8de3d7b3cdc23b9a9d8e (patch) | |
tree | f25a9cb6ba87aec6a9fe74b7b80930d50f6ae699 /src/gallium/auxiliary/draw/Makefile | |
parent | 709e33cf0bfd552220e46f44e8cfa2063c3cef69 (diff) |
draw: remove draw_vertex_fetch.c
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-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 03210f6a4af..60bb9dfe88f 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -31,7 +31,6 @@ C_SOURCES = \ draw_validate.c \ draw_vbuf.c \ draw_vertex.c \ - draw_vertex_fetch.c \ draw_vertex_shader.c \ draw_wide_line.c \ draw_wide_point.c |