diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-20 14:32:50 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-20 14:32:50 +0200 |
commit | 98d5687ce47dc3cb014d5c3cb951e05dfe9e9da5 (patch) | |
tree | 60426055aa98f7570e2d3c5a856f53df7a83a849 /sys/src/cmd/mothra/mothra.h | |
parent | 3707561e047f8e7c9993e0ba5a3a3fb5b5f6a6fd (diff) |
mothra: delayed screen updates to reduce flicker
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 e56b11ea7..dc4b54103 100644 --- a/sys/src/cmd/mothra/mothra.h +++ b/sys/src/cmd/mothra/mothra.h @@ -77,7 +77,6 @@ enum{ POST, }; -void update(Www *w); void finish(Www *w); void plrdhtml(char *, int, Www *); void plrdplain(char *, int, Www *); |