mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
page: remove lingering ref to ccitt-g4
This commit is contained in:
parent
4fbb40ce7b
commit
f4d56d7218
1 changed files with 0 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue