bemenu: Remove unneccessary initializers

This commit is contained in:
Jari Vetoniemi 2017-02-14 21:52:28 +02:00
parent 8cfa530b89
commit 944989c094
2 changed files with 0 additions and 20 deletions

View File

@ -9,17 +9,7 @@
static struct client client = {
.filter_mode = BM_FILTER_MODE_DMENU,
.colors = {0},
.title = "bemenu",
.prefix = NULL,
.font = NULL,
.lines = 0,
.selected = 0,
.monitor = 0,
.bottom = false,
.grab = false,
.wrap = false,
.scrollbar = false,
};
struct paths {

View File

@ -6,17 +6,7 @@
static struct client client = {
.filter_mode = BM_FILTER_MODE_DMENU,
.colors = {0},
.title = "bemenu",
.prefix = NULL,
.font = NULL,
.lines = 0,
.selected = 0,
.monitor = 0,
.bottom = false,
.grab = false,
.wrap = false,
.scrollbar = false,
};
static void