diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-10-10 23:59:19 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-10-10 23:59:19 +0200 |
commit | 3b99a601546a722838cfdb65de9848b7a367b169 (patch) | |
tree | 7f063e1e43ced213e02ef1c769c3e0c784f431e8 /sys/src/cmd/mothra/rdhtml.c | |
parent | f72da96f2898465c88ff683a69e5b7a14a931737 (diff) |
mothra: handle <input type=image>
Diffstat (limited to 'sys/src/cmd/mothra/rdhtml.c')
-rw-r--r-- | sys/src/cmd/mothra/rdhtml.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/src/cmd/mothra/rdhtml.c b/sys/src/cmd/mothra/rdhtml.c index 2549a0697..fe89b1e98 100644 --- a/sys/src/cmd/mothra/rdhtml.c +++ b/sys/src/cmd/mothra/rdhtml.c @@ -68,10 +68,6 @@ void pl_linespace(Hglob *g){ g->para=0; g->linebrk=0; } -enum{ - HORIZ, - VERT, -}; int strtolength(Hglob *g, int dir, char *str){ double f; |