summaryrefslogtreecommitdiff
path: root/client/common/common.h
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2015-01-17 19:05:39 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2015-01-17 19:05:39 +0200
commit4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b (patch)
treeae5bb8f32b2573b6d6789ddff223693b9f287359 /client/common/common.h
parent074b2d1b5894f12fae78a569ea507612616663ff (diff)
downloadbemenu-4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b.tar.gz
bemenu-4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b.tar.bz2
bemenu-4dc5c77d8236e0d2ce7aa4a82da3d8103ef9426b.zip
Fix argument constants and references to --backend option
Diffstat (limited to 'client/common/common.h')
-rw-r--r--client/common/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/common/common.h b/client/common/common.h
index 284b962..fa2025c 100644
--- a/client/common/common.h
+++ b/client/common/common.h
@@ -10,7 +10,6 @@ struct client {
const char *colors[BM_COLOR_LAST];
const char *title;
const char *prefix;
- const char *renderer;
const char *font;
int32_t selected;
int32_t bottom;