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/common/common.h | |
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/common/common.h')
-rw-r--r-- | client/common/common.h | 1 |
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; |