From 911a553a65f69e6f2442c1898973f97932ad62da Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Thu, 13 Jul 2006 21:17:00 +0000 Subject: [PATCH] (powe): Remove unused local variable. Remove CR's. --- src/lib/commands/powe.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lib/commands/powe.c b/src/lib/commands/powe.c index 3cae3439..5a77aa16 100644 --- a/src/lib/commands/powe.c +++ b/src/lib/commands/powe.c @@ -34,10 +34,10 @@ * Markus Armbruster, 2006 */ -#include - -#ifdef _WIN32 -#include +#include + +#ifdef _WIN32 +#include #endif #include "commands.h" @@ -63,7 +63,6 @@ int powe(void) { struct natstr *natp; - int round_flag; time_t pow_time; struct nstr_item ni; struct powstr pow;