From 6e938b9a190ae6c41614b2377f44d4e0ffc28b78 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 18:35:11 -0700 Subject: cleanup --- cfg.def.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cfg.def.h') 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[] = " "; -- cgit v1.2.3