aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/page/gfx.c')
-rw-r--r--src/cmd/page/gfx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/page/gfx.c b/src/cmd/page/gfx.c
index bd7e8d7c..da887d25 100644
--- 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')