diff options
author | Keith Whitwell <[email protected]> | 2001-01-05 05:31:42 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-01-05 05:31:42 +0000 |
commit | f4b02d1a2675d4a0699b8995a422fbd413c32301 (patch) | |
tree | 07bcec53f4c6a8db68a7c4b85a6203bea5d3e3c5 /src/mesa/main/Makefile.X11 | |
parent | 58e991705392a2e17a1c8b034f4083a0adaf1943 (diff) |
various compilation/warning fixes
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r-- | src/mesa/main/Makefile.X11 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index d5ab089af1d..f1b7698a92b 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.37 2000/12/28 22:11:04 keithw Exp $ +# $Id: Makefile.X11,v 1.38 2001/01/05 05:31:42 keithw Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -160,7 +160,6 @@ DRIVER_SOURCES = \ FX/fxtexman.c \ FX/fxtris.c \ FX/fxvb.c \ - FX/fxsimplerender.c \ FX/fxglidew.c \ X/glxapi.c \ X/fakeglx.c \ |