diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:36:38 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:36:38 +0100 |
commit | b11d89dc6d230f7f945f9eb420d39921c648ec20 (patch) | |
tree | 91fad2c9e271fc0c319bbab61669f18d0528e00d /src/gallium/auxiliary/draw/Makefile | |
parent | a41c05b20a36d2160aa232d08ed57d3095438025 (diff) |
draw: remove draw_prim.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 27464e5c866..080311a6672 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -24,7 +24,6 @@ C_SOURCES = \ draw_pt_emit.c \ draw_pt_pipeline.c \ draw_pt_elts.c \ - draw_prim.c \ draw_pstipple.c \ draw_stipple.c \ draw_twoside.c \ |