summaryrefslogtreecommitdiff
path: root/cfg.def.h
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 18:35:11 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 18:35:11 -0700
commit6e938b9a190ae6c41614b2377f44d4e0ffc28b78 (patch)
tree5951e38902ab1530c3e78c878dc7cf13bfda2cd3 /cfg.def.h
parentcf9ffbdb247bc3c5b31fbc7a645429dedf3d97f1 (diff)
cleanup
Diffstat (limited to 'cfg.def.h')
-rw-r--r--cfg.def.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cfg.def.h b/cfg.def.h
index efa27ed..c9f864f 100644
--- a/cfg.def.h
+++ b/cfg.def.h
@@ -39,11 +39,3 @@ static struct scheme schemes[SchemeLast] = {
},
};
-/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
-static unsigned int lines = 0;
-
-/*
- * Characters not considered part of a word while deleting words
- * for example: " /?\"&[]"
- */
-static const char worddelimiters[] = " ";