From a6868a0af09a942c870fcd316b59817d87415aeb Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sat, 14 Mar 2009 17:57:03 +0100 Subject: [PATCH] Client: Remove unused variable --- src/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.c b/src/client.c index 85baa82..d5bd006 100644 --- a/src/client.c +++ b/src/client.c @@ -295,7 +295,7 @@ client_kill(Client *c) XEvent ev; Atom *atom = NULL; int proto; - Bool canbedel = 0; + int canbedel = 0; CHECK(c); @@ -641,7 +641,7 @@ void client_swap(Client *a, Client *b) { Client *an, *bn, *ap, *bp; - int i, ts, tt; + int ts, tt; XRectangle tgeo; if(!a || !b || !a->tile || !b->tile)