diff options
| -rw-r--r-- | sys/src/cmd/mothra/forms.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/mothra/forms.c b/sys/src/cmd/mothra/forms.c index bb87fcd21..885de18ac 100644 --- a/sys/src/cmd/mothra/forms.c +++ b/sys/src/cmd/mothra/forms.c @@ -507,7 +507,6 @@ void mencodeform(Form *form, int fd){ case CHECK: case RADIO: if(!f->state) break; - case SUBMIT: case HIDDEN: if(f->name==0 || f->value==0) continue; @@ -591,7 +590,6 @@ void uencodeform(Form *form, int fd){ case CHECK: case RADIO: if(!f->state) break; - case SUBMIT: case HIDDEN: if(f->name==0 || f->value==0) continue; |
