From 1fde82d584fe5c341ac0bc6022032cd185dec393 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Wed, 18 Feb 2015 20:23:26 +0100 Subject: [PATCH] removed forgotten declaration of unused variable --- i3bar/include/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/i3bar/include/common.h b/i3bar/include/common.h index 90b11f78..997a429e 100644 --- a/i3bar/include/common.h +++ b/i3bar/include/common.h @@ -16,7 +16,6 @@ typedef struct rect_t rect; struct ev_loop *main_loop; -char *statusline; struct rect_t { int x; -- 2.39.5