]> git.sur5r.net Git - i3/i3/commitdiff
removed forgotten declaration of unused variable
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 18 Feb 2015 19:23:26 +0000 (20:23 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 18 Feb 2015 19:23:26 +0000 (20:23 +0100)
i3bar/include/common.h

index 90b11f78731f883e7e9a30aa6700524e2538bca0..997a429ed518aab68274c1cf59e41e14ce74e25c 100644 (file)
@@ -16,7 +16,6 @@
 typedef struct rect_t rect;
 
 struct ev_loop *main_loop;
-char *statusline;
 
 struct rect_t {
     int x;