diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-07 00:51:19 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-07 00:51:19 +0100 |
commit | 66cc2fa96036398b10bc8def293bb5759bbbabe4 (patch) | |
tree | 373be246558d5c2ffcfd86285b8b88f6801c7399 /sys/src/cmd/mothra/mothra.h | |
parent | a989f89f3e15bae969c764114a256237c3538672 (diff) |
mothra: remove debug code, dont create $home/lib/mothra/mothra.err file
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r-- | sys/src/cmd/mothra/mothra.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h index ef0c44f1a..6f74d0b50 100644 --- a/sys/src/cmd/mothra/mothra.h +++ b/sys/src/cmd/mothra/mothra.h @@ -65,7 +65,6 @@ enum{ }; Image *hrule, *bullet, *linespace; -char home[512]; /* where to put files */ int chrwidth; /* nominal width of characters in font */ Panel *text; /* Panel displaying the current www page */ int debug; /* command line flag */ |