From 69db28d83bcd59d283bc3be1abee9c3e4291063f Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 27 Apr 2004 12:57:13 +0000 Subject: [PATCH] Remove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk. git-svn-id: http://svn.tartarus.org/sgt/putty@4150 cda61777-01e9-0310-a592-d414129be87e --- noise.c | 1 - 1 file changed, 1 deletion(-) diff --git a/noise.c b/noise.c index 5b82fa76..1b1d1f5e 100644 --- a/noise.c +++ b/noise.c @@ -58,7 +58,6 @@ void noise_get_light(void (*func) (void *, int)) SYSTEMTIME systime; DWORD adjust[2]; BOOL rubbish; - SYSTEM_POWER_STATUS pwrstat; GetSystemTime(&systime); func(&systime, sizeof(systime)); -- 2.45.2