Removed unused options for titlebar
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
951b93cc31
commit
2473de53b7
|
@ -159,7 +159,6 @@ cfg_opt_t titlebar_opts[] =
|
|||
{
|
||||
CFG_POSITION((char *) "position", (char *) "auto", CFGF_NONE),
|
||||
CFG_ALIGNMENT((char *) "text_align", (char *) "center", CFGF_NONE),
|
||||
CFG_ALIGNMENT((char *) "icon", (char *) "left", CFGF_NONE),
|
||||
CFG_AWESOME_END()
|
||||
};
|
||||
cfg_opt_t general_opts[] =
|
||||
|
|
Loading…
Reference in New Issue