Remove useless tab_border option.

This commit is contained in:
Julien Danjou 2008-03-13 13:25:15 +01:00
parent e534111a39
commit 2b0de43885
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ cfg_opt_t colors_opts[] =
CFG_STR((char *) "focus_fg", (char *) "#ffffff", CFGF_NONE), CFG_STR((char *) "focus_fg", (char *) "#ffffff", CFGF_NONE),
CFG_STR((char *) "urgent_bg", (char *) "#ff0000", CFGF_NONE), CFG_STR((char *) "urgent_bg", (char *) "#ff0000", CFGF_NONE),
CFG_STR((char *) "urgent_fg", (char *) "#ffffff", CFGF_NONE), CFG_STR((char *) "urgent_fg", (char *) "#ffffff", CFGF_NONE),
CFG_STR((char *) "tab_border", (char *) "#ff0000", CFGF_NONE),
CFG_AWESOME_END() CFG_AWESOME_END()
}; };
cfg_opt_t mouse_taglist_opts[] = cfg_opt_t mouse_taglist_opts[] =