summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-10-31 12:40:57 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-10-31 12:40:57 +0000
commit6e0f0f51e0371688a434ed65c4ae0da1b061a4b5 (patch)
tree4e1a79337d31585e452553ea826d3498343f9b78 /src/mesa/main
parent039bf534aaeb618d458938b4ce3b2edeadcfb7f3 (diff)
Remove dead code in FX driver.
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/Makefile.X115
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index 9ad2b28d4d..fb8d0b2b14 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.25 2000/10/23 19:43:38 brianp Exp $
+# $Id: Makefile.X11,v 1.26 2000/10/31 12:40:57 keithw Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -120,7 +120,6 @@ DRIVER_SOURCES = \
SVGA/svgamesa32.c \
FX/fxapi.c \
FX/fxclip.c \
- FX/fxcva.c \
FX/fxdd.c \
FX/fxddspan.c \
FX/fxddtex.c \
@@ -204,8 +203,6 @@ FX/fxapi.o: FX/fxapi.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
FX/fxclip.o: FX/fxclip.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
-FX/fxcva.o: FX/fxcva.c
- $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
FX/fxdd.o: FX/fxdd.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
FX/fxddspan.o: FX/fxddspan.c