Function cleanup in custom.c
Remove two remnants: custom_color_theme_name() and custom_set_swsiz(). Make static and rename custom_confwin_init() into confwin_init(). Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
aca4e06c5f
commit
97c3e7f957
@@ -762,9 +762,6 @@ void custom_remove_attr(WINDOW *, int);
|
||||
void custom_layout_config(void);
|
||||
void custom_sidebar_config(void);
|
||||
void custom_color_config(void);
|
||||
void custom_color_theme_name(char *);
|
||||
void custom_confwin_init(struct window *, const char *);
|
||||
void custom_set_swsiz(struct scrollwin *);
|
||||
void custom_general_config(void);
|
||||
void custom_keys_config(void);
|
||||
void custom_config_main(void);
|
||||
|
||||
Reference in New Issue
Block a user