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;
|
g->type = Ifax;
|
||||||
else if(memcmp(buf, "II*", 3) == 0)
|
else if(memcmp(buf, "II*", 3) == 0)
|
||||||
g->type = Ifax;
|
g->type = Ifax;
|
||||||
else if(memcmp(buf, "TYPE=ccitt-g4", 13) == 0)
|
|
||||||
g->type = Iccittg4;
|
|
||||||
else if(memcmp(buf, "TYPE=", 5) == 0)
|
else if(memcmp(buf, "TYPE=", 5) == 0)
|
||||||
g->type = Ipic;
|
g->type = Ipic;
|
||||||
else if(buf[0] == 'P' && '0' <= buf[1] && buf[1] <= '9')
|
else if(buf[0] == 'P' && '0' <= buf[1] && buf[1] <= '9')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue