diff options
author | Brian Paul <[email protected]> | 2001-08-13 16:37:44 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-08-13 16:37:44 +0000 |
commit | b22fe91cdba8ba1d38a1e4cbae3f1c1806b733c9 (patch) | |
tree | d7699993286d8c600f25965046713f0a8efd7b48 /src/mesa/main | |
parent | 8b59b522970ad55b6b659ece85edebfdda0ba480 (diff) |
removed ss_interp.c
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/Makefile.win | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 080a722da88..3c448e7767a 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -29,7 +29,6 @@ CORE_SRCS = \ swrast_setup\ss_context.c \ swrast_setup\ss_triangle.c \ swrast_setup\ss_vb.c \ - swrast_setup\ss_interp.c \ api_loopback.c \ api_noop.c \ api_validate.c \ |