From ffd089ef581c64ff3329754b2ddefcc8b5e795be Mon Sep 17 00:00:00 2001 From: Gabriel VLASIU Date: Wed, 3 Apr 2013 18:38:40 +0300 Subject: [PATCH] wmbiff: Remove unused variable. --- wmbiff/wmbiff/wmbiff.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wmbiff/wmbiff/wmbiff.c b/wmbiff/wmbiff/wmbiff.c index 0392788..c029f1c 100644 --- a/wmbiff/wmbiff/wmbiff.c +++ b/wmbiff/wmbiff/wmbiff.c @@ -1107,7 +1107,6 @@ extern void ProcessPendingEvents(void) static void do_biff(int argc, const char **argv) { unsigned int i; - time_t curtime; int Sleep_Interval; const char **skin_xpm = NULL; const char **bkg_xpm = NULL; @@ -1148,7 +1147,6 @@ static void do_biff(int argc, const char **argv) } /* First time setup of button regions and labels */ - curtime = time(0); for (i = 0; i < num_mailboxes; i++) { /* make it easy to recover the mbox index from a mouse click */ AddMouseRegion(i, x_origin, mbox_y(i), 58, mbox_y(i + 1) - 1); -- 2.11.4.GIT