diff options
author | Brian Paul <brianp@vmware.com> | 2012-01-24 15:08:20 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-01-24 15:08:20 -0700 |
commit | a9bf149e7f699d05bcf31dff54c4b4cf78018dd0 (patch) | |
tree | 5f038c2217236e71a413ee17d1fcd4748a9551c2 | |
parent | ba151a333be7a23266b23ee6f65669bb19221546 (diff) |
dri/swrast: remove obsolete swrast_span.c file from source list
-rw-r--r-- | src/mesa/drivers/dri/swrast/Makefile.sources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile.sources b/src/mesa/drivers/dri/swrast/Makefile.sources index 9de5cb823d..7630dba4b0 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 \ |