diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 20:52:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | 18916e420a2ab15de5b8be7905df9a2985b2c74d (patch) | |
tree | 0c2dce8ed90560fbe9ce227ef04f465355e17a1f /src/plugins/fset/fset-config.c | |
parent | 77391dda1b6a229e0fa93f0f279917aca276b208 (diff) | |
download | weechat-18916e420a2ab15de5b8be7905df9a2985b2c74d.zip |
fset: remove obsolete option fset.look.enabled
Diffstat (limited to 'src/plugins/fset/fset-config.c')
-rw-r--r-- | src/plugins/fset/fset-config.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/fset/fset-config.c b/src/plugins/fset/fset-config.c index 8ab295bfc..adde59df8 100644 --- a/src/plugins/fset/fset-config.c +++ b/src/plugins/fset/fset-config.c @@ -34,7 +34,6 @@ struct t_config_file *fset_config_file = NULL; /* fset config, look section */ struct t_config_option *fset_config_look_condition_catch_set; -struct t_config_option *fset_config_look_enabled; struct t_config_option *fset_config_look_help_bar; struct t_config_option *fset_config_look_use_keys; struct t_config_option *fset_config_look_use_mute; @@ -204,14 +203,6 @@ fset_config_init () NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); - fset_config_look_enabled = weechat_config_new_option ( - fset_config_file, ptr_section, - "enabled", "boolean", - N_("enable fset"), - NULL, 0, 0, "on", NULL, 0, - NULL, NULL, NULL, - NULL, NULL, NULL, - NULL, NULL, NULL); fset_config_look_help_bar = weechat_config_new_option ( fset_config_file, ptr_section, "help_bar", "boolean", |