diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-15 15:55:45 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-15 15:55:45 +0000 |
commit | 2efb3029f0fb9431742cd6ed6c7726679d102076 (patch) | |
tree | 0bbfad6245f6e501d5a7d37ba420c30c8348de35 /src | |
parent | 10882b17c9d2305283be49a1970ddfcef183a8d1 (diff) |
remove lowpc.c and highpc.c
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/descrip.mms | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 4c1c8fb28b..6a08365d2c 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -41,14 +41,12 @@ CORE_SOURCES =accum.c \ 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 \ @@ -183,14 +181,12 @@ get.obj,\ glapi.obj,\ glthread.obj,\ hash.obj,\ -highpc.obj,\ hint.obj,\ histogram.obj,\ image.obj,\ imports.obj,\ light.obj,\ lines.obj,\ -lowpc.obj,\ matrix.obj,\ mem.obj |