diff options
author | Brian Paul <[email protected]> | 2002-10-15 15:54:23 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-15 15:54:23 +0000 |
commit | 10882b17c9d2305283be49a1970ddfcef183a8d1 (patch) | |
tree | 23e30424986295ee14018f0cbd822da7f1e53494 /src | |
parent | 0977fa67b82fcd5ea4e8583c449b91c8e7af09c5 (diff) |
removed highpc.c and lowpc.c
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/Makefile.win | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 2b3f50e192f..3b80a786090 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -63,14 +63,12 @@ CORE_SRCS = \ glapi.c \ glthread.c \ hash.c \ - highpc.c \ hint.c \ histogram.c \ image.c \ imports.c \ light.c \ lines.c \ - lowpc.c \ matrix.c \ mem.c \ mmath.c \ |