From a39db9ae8264b54fbb638fe358bbebcde3e4ce96 Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Thu, 23 Dec 2010 16:50:48 +0100 Subject: [PATCH] Remove unnecessary declaration --- i3bar/src/xcb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index 300ac859..326ca2ad 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -636,8 +636,6 @@ void reconfig_windows() { uint32_t mask; uint32_t values[5]; - xcb_generic_error_t *err; - i3_output *walk; SLIST_FOREACH(walk, outputs, slist) { if (!walk->active) { -- 2.39.5