config: Remove useless option

This commit is contained in:
Martin Duquesnoy
2008-11-23 02:46:15 +01:00
parent ac979c847b
commit a9cac394d6
3 changed files with 0 additions and 6 deletions

View File

@@ -275,7 +275,6 @@ init_conf(void)
CFG_STR("sel_fg", "#FFFFFF", CFGF_NONE),
CFG_STR("sel_bg", "#354B5C", CFGF_NONE),
CFG_STR("border", "#090909", CFGF_NONE),
CFG_INT("border_width", 0, CFGF_NONE),
CFG_SEC("tag", tag_opts, CFGF_MULTI),
CFG_END()
};
@@ -454,7 +453,6 @@ init_conf(void)
*/
conf.colors.tagselfg = strdup(var_to_str(cfg_getstr(cfg_tags, "sel_fg")));
conf.colors.tagselbg = getcolor(var_to_str(cfg_getstr(cfg_tags, "sel_bg")));
conf.tagbordwidth = cfg_getint(cfg_tags, "border_width");
conf.colors.tagbord = getcolor(var_to_str(cfg_getstr(cfg_tags, "border")));
conf.ntag = cfg_size(cfg_tags, "tag");

View File

@@ -160,7 +160,6 @@ typedef struct
bool raisefocus;
bool raiseswitch;
bool bartop;
int tagbordwidth;
struct
{
/*