From a854e28c3db3f0fe423e53b893bd98067bb90480 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 9 Jul 2009 21:25:03 +0200 Subject: Remove obsolete option weechat.color.nicklist_separator --- src/core/wee-config.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/wee-config.c') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 02746cdbf..0515cfbd2 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -148,7 +148,6 @@ 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; -struct t_config_option *config_color_nicklist_separator; /* config, completion section */ @@ -1784,12 +1783,6 @@ config_weechat_init_options () N_("text color for '+' when scrolling nicks in nicklist"), NULL, -1, 0, "lightmagenta", NULL, 0, NULL, NULL, &config_change_color, NULL, NULL, NULL); - config_color_nicklist_separator = config_file_new_option ( - weechat_config_file, ptr_section, - "nicklist_separator", "color", - N_("text color for nicklist separator"), - NULL, -1, 0, "blue", NULL, 0, - NULL, NULL, &config_change_color, NULL, NULL, NULL); /* completion */ ptr_section = config_file_new_section (weechat_config_file, "completion", -- cgit v1.2.3