From 71e6f7437aa9210cf26fe38b93552ca3bf86cee3 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index aa17c4e..5c5187c 100644 --- a/parse.y +++ b/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.7 2008/05/18 19:34:09 oga Exp $ */ +/* $OpenBSD: parse.y,v 1.8 2008/05/18 19:43:50 oga Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer @@ -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 v1.2.3-2-gb3c3