From ab6ca6b065e0ce6de3b4a6162a2701f04be5a8b1 Mon Sep 17 00:00:00 2001 From: Miroslav Koskar Date: Thu, 1 Jun 2017 01:10:54 +0200 Subject: [PATCH] core: remove config_look_hotlist_add_buffer_if_away completely --- src/core/wee-config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 0bbaea4e3..441d8ef2b 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -120,7 +120,6 @@ struct t_config_option *config_look_emphasized_attributes; struct t_config_option *config_look_highlight; struct t_config_option *config_look_highlight_regex; struct t_config_option *config_look_highlight_tags; -struct t_config_option *config_look_hotlist_add_buffer_if_away; struct t_config_option *config_look_hotlist_add_conditions; struct t_config_option *config_look_hotlist_buffer_separator; struct t_config_option *config_look_hotlist_count_max;