Removed unused options for titlebar

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-03-20 15:17:28 +01:00
parent 951b93cc31
commit 2473de53b7
2 changed files with 0 additions and 2 deletions

View File

@ -159,7 +159,6 @@ cfg_opt_t titlebar_opts[] =
{ {
CFG_POSITION((char *) "position", (char *) "auto", CFGF_NONE), CFG_POSITION((char *) "position", (char *) "auto", CFGF_NONE),
CFG_ALIGNMENT((char *) "text_align", (char *) "center", CFGF_NONE), CFG_ALIGNMENT((char *) "text_align", (char *) "center", CFGF_NONE),
CFG_ALIGNMENT((char *) "icon", (char *) "left", CFGF_NONE),
CFG_AWESOME_END() CFG_AWESOME_END()
}; };
cfg_opt_t general_opts[] = cfg_opt_t general_opts[] =

View File

@ -46,7 +46,6 @@ typedef struct
Position position; Position position;
Position dposition; Position dposition;
Alignment text_align; Alignment text_align;
Position icon;
} Titlebar; } Titlebar;
/** Rule type */ /** Rule type */