[gs-cvs] gs/src
Ralph Giles
giles at casper.ghostscript.com
Fri Oct 25 05:14:56 PDT 2002
Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv8689/src
Modified Files:
lib.mak
Removed Files:
gdevalph.c
Log Message:
Removes the alpha storage device. This code is obsolete and has
been unused for some time. Closes SourceForge bug #592164.
Index: lib.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/lib.mak,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- lib.mak 24 Oct 2002 16:07:20 -0000 1.106
+++ lib.mak 25 Oct 2002 12:14:54 -0000 1.107
@@ -926,10 +926,6 @@
$(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
$(GLCC) $(GLO_)gdevabuf.$(OBJ) $(C_) $(GLSRC)gdevabuf.c
-$(GLOBJ)gdevalph.$(OBJ) : $(GLSRC)gdevalph.c $(GXERR) $(memory__h)\
- $(gsdcolor_h) $(gxdevice_h) $(gxdevmem_h) $(gxgetbit_h)
- $(GLCC) $(GLO_)gdevalph.$(OBJ) $(C_) $(GLSRC)gdevalph.c
-
### Other built-in devices
# The bbox device can either be used as forwarding device to support
--- gdevalph.c DELETED ---
More information about the gs-cvs
mailing list