From 27b023ebcbe1f4ec24c6044fee51c22c55d5993b Mon Sep 17 00:00:00 2001 From: oga Date: Sun, 18 May 2008 19:43:50 +0000 Subject: Kill conf_get_int(), it was a silly function anyway. Since it's only used once just put the (simplified) logic into conf_client() instead. This means we can kill an enum and CONF_IGNORECASE, too. ok okan@ --- parse.y | 1 - 1 file changed, 1 deletion(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index b9b9222..cf75142 100644 --- a/parse.y +++ b/parse.y @@ -152,7 +152,6 @@ main : FONTNAME STRING { XCALLOC(wm, struct winmatch); strlcpy(wm->title, $2, sizeof(wm->title)); - wm->opts |= CONF_IGNORECASE; TAILQ_INSERT_TAIL(&conf->ignoreq, wm, entry); free($2); -- cgit 1.4.1