diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-17 19:05:39 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-17 19:05:39 +0200 |
commit | 4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b (patch) | |
tree | ae5bb8f32b2573b6d6789ddff223693b9f287359 /client/bemenu-run.c | |
parent | 074b2d1b5894f12fae78a569ea507612616663ff (diff) | |
download | bemenu-4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b.tar.gz bemenu-4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b.tar.bz2 bemenu-4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b.zip |
Fix argument constants and references to --backend option
Diffstat (limited to 'client/bemenu-run.c')
-rw-r--r-- | client/bemenu-run.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/bemenu-run.c b/client/bemenu-run.c index 0efc32a..ab633c5 100644 --- a/client/bemenu-run.c +++ b/client/bemenu-run.c @@ -14,7 +14,6 @@ static struct client client = { .colors = {0}, .title = "bemenu", .prefix = NULL, - .renderer = NULL, .font = NULL, .selected = 0, .bottom = 0, |