mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
Remove obsolete option weechat.color.nicklist_more
This commit is contained in:
@@ -155,7 +155,6 @@ struct t_config_option *config_color_nicklist_prefix2;
|
||||
struct t_config_option *config_color_nicklist_prefix3;
|
||||
struct t_config_option *config_color_nicklist_prefix4;
|
||||
struct t_config_option *config_color_nicklist_prefix5;
|
||||
struct t_config_option *config_color_nicklist_more;
|
||||
|
||||
/* config, completion section */
|
||||
|
||||
@@ -1813,12 +1812,6 @@ config_weechat_init_options ()
|
||||
N_("text color for prefix #5 in nicklist"),
|
||||
NULL, -1, 0, "brown", NULL, 0,
|
||||
NULL, NULL, &config_change_color, NULL, NULL, NULL);
|
||||
config_color_nicklist_more = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"nicklist_more", "color",
|
||||
N_("text color for '+' when scrolling nicks in nicklist"),
|
||||
NULL, -1, 0, "lightmagenta", NULL, 0,
|
||||
NULL, NULL, &config_change_color, NULL, NULL, NULL);
|
||||
|
||||
/* completion */
|
||||
ptr_section = config_file_new_section (weechat_config_file, "completion",
|
||||
|
||||
@@ -168,7 +168,6 @@ extern struct t_config_option *config_color_nicklist_prefix2;
|
||||
extern struct t_config_option *config_color_nicklist_prefix3;
|
||||
extern struct t_config_option *config_color_nicklist_prefix4;
|
||||
extern struct t_config_option *config_color_nicklist_prefix5;
|
||||
extern struct t_config_option *config_color_nicklist_more;
|
||||
|
||||
extern struct t_config_option *config_completion_default_template;
|
||||
extern struct t_config_option *config_completion_nick_add_space;
|
||||
|
||||
Reference in New Issue
Block a user