[Pkg-wmaker-commits] [wmbiff] 11/92: wmbiff: Remove unused variable.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbiff.

commit b60d4444898a8b4fc15025c0b38a5208409f2ec0
Author: Gabriel VLASIU <gabriel at imhotep.timteh.com>
Date:   Wed Apr 3 18:38:40 2013 +0300

    wmbiff: Remove unused variable.
---
 wmbiff/wmbiff.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index 0392788..c029f1c 100644
--- a/wmbiff/wmbiff.c
+++ b/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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list