From: Brian Paul Date: Tue, 24 Jan 2012 22:08:20 +0000 (-0700) Subject: dri/swrast: remove obsolete swrast_span.c file from source list X-Git-Tag: 062012170305~1904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9bf149e7f699d05bcf31dff54c4b4cf78018dd0;p=profile%2Fivi%2Fmesa.git dri/swrast: remove obsolete swrast_span.c file from source list --- diff --git a/src/mesa/drivers/dri/swrast/Makefile.sources b/src/mesa/drivers/dri/swrast/Makefile.sources index 9de5cb8..7630dba 100644 --- a/src/mesa/drivers/dri/swrast/Makefile.sources +++ b/src/mesa/drivers/dri/swrast/Makefile.sources @@ -1,6 +1,5 @@ SWRAST_DRIVER_FILES = \ - swrast.c \ - swrast_span.c + swrast.c SWRAST_COMMON_FILES = \ ../common/utils.c \