summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-02-10 07:42:40 +0100
committerDave Davenport <qball@gmpclient.org>2015-02-10 07:42:40 +0100
commita50219e903d940dda6163e8af4b2fba97de5e793 (patch)
treef0c16bcede0f30f507eb52e1c0f35b50fb82aecb /config
parente76db3fce30800bcba6cfb77bb58be4eaf55c58b (diff)
Remove hmode. (Rather no implementation then a bad one.)
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 34e80b00..02efb7c9 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -87,8 +87,6 @@ Settings config = {
*
*/
.location = WL_CENTER,
- /** Mode of window, list (Vertical) or dmenu like (Horizontal) */
- .hmode = FALSE,
/** Padding between elements */
.padding = 5,
/** Y offset */