tpage: remove lingering ref to ccitt-g4 - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f4d56d7218169816fcbc304c7848d48ab78315a4
(DIR) parent 4fbb40ce7b16f239d31649ea7a0b3752dbb53f61
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Sat, 6 Dec 2008 15:53:27 -0800
page: remove lingering ref to ccitt-g4
Diffstat:
M src/cmd/page/gfx.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/src/cmd/page/gfx.c b/src/cmd/page/gfx.c
t@@ -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')