From: Brian Date: Mon, 31 Mar 2008 20:06:42 +0000 (-0600) Subject: gallium: draw_passthrough.c is not used anymore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=499d8aaa476fb67b7355122dc6fbc641e1b44ed0;p=mesa.git gallium: draw_passthrough.c is not used anymore --- 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 \