forked from RepoMirrors/bemenu
bemenu: Remove unneccessary initializers
This commit is contained in:
parent
8cfa530b89
commit
944989c094
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user