summaryrefslogtreecommitdiff
path: root/cfg.def.h
diff options
context:
space:
mode:
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[] = " ";