From 98d5687ce47dc3cb014d5c3cb951e05dfe9e9da5 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 20 Jul 2012 14:32:50 +0200 Subject: mothra: delayed screen updates to reduce flicker --- sys/src/cmd/mothra/mothra.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/src/cmd/mothra/mothra.h') 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 *); -- cgit v1.2.3