From e672c84d1cee51696fcbe18f58f0fed2d641fe91 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Tue, 2 Jul 2019 20:53:43 +0100 Subject: [PATCH] wmbiff: removed superfluous assignment. Signed-off-by: Jeremy Sowden --- wmbiff/wmbiff/wmbiff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wmbiff/wmbiff/wmbiff.c b/wmbiff/wmbiff/wmbiff.c index e099199..c3ae158 100644 --- a/wmbiff/wmbiff/wmbiff.c +++ b/wmbiff/wmbiff/wmbiff.c @@ -882,7 +882,6 @@ static int periodic_mail_check(void) } if (NeedRedraw) { - NeedRedraw = 0; RedrawWindow(); }