plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit f4d56d7218169816fcbc304c7848d48ab78315a4
parent 4fbb40ce7b16f239d31649ea7a0b3752dbb53f61
Author: Russ Cox <rsc@swtch.com>
Date:   Sat,  6 Dec 2008 15:53:27 -0800

page: remove lingering ref to ccitt-g4

Diffstat:
Msrc/cmd/page/gfx.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/cmd/page/gfx.c b/src/cmd/page/gfx.c @@ -156,8 +156,6 @@ genaddpage(Document *doc, char *name, uchar *buf, int nbuf) g->type = Ifax; else if(memcmp(buf, "II*", 3) == 0) g->type = Ifax; - else if(memcmp(buf, "TYPE=ccitt-g4", 13) == 0) - g->type = Iccittg4; else if(memcmp(buf, "TYPE=", 5) == 0) g->type = Ipic; else if(buf[0] == 'P' && '0' <= buf[1] && buf[1] <= '9')