From: Ingo Bürk Date: Wed, 18 Feb 2015 19:23:26 +0000 (+0100) Subject: removed forgotten declaration of unused variable X-Git-Tag: 4.10.1~82^2~1^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1fde82d584fe5c341ac0bc6022032cd185dec393;p=i3%2Fi3 removed forgotten declaration of unused variable --- 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;