diff options
author | David Donahue <david.donahue2996@gmail.com> | 2021-02-08 18:12:24 -0600 |
---|---|---|
committer | David Donahue <david.donahue2996@gmail.com> | 2021-02-08 18:12:24 -0600 |
commit | a1e24075d81924926e5be4844e4e6faa8e0d744e (patch) | |
tree | 578ec85572427e2225fd7ba2bce5f317618913ef | |
parent | 27598bd04a17f78d3a3fb27d61fe72ffd9ae1f32 (diff) |
Removed unused variable from statusbar
-rw-r--r-- | dwl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2164,7 +2164,6 @@ statusbar(void) Monitor *m = NULL; Client *c = NULL; FILE *taginfo; - const char *title; char fname[30]=""; unsigned int activetags; |