diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2022-01-18 09:59:13 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-01-23 15:41:10 +0100 |
commit | 6a88bbb4ccdbe6e28911b323d4e4123eb4c91c77 (patch) | |
tree | a0e8bb49c19d7645343557bdb4a8d18ec25d1b6f /src/core/wee-config.h | |
parent | b018f8d5c8d9770dcb044f7fd2063c0dae22fcc9 (diff) | |
download | weechat-6a88bbb4ccdbe6e28911b323d4e4123eb4c91c77.zip |
Remove old and unused config option weechat.plugin.debug
As far as I can see, this option is not used anywhere and should have
been removed in commit 6e69f7f3c.
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r-- | src/core/wee-config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h index afdd9bf71..5cae8d136 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -342,7 +342,6 @@ extern struct t_config_option *config_network_gnutls_handshake_timeout; extern struct t_config_option *config_network_proxy_curl; extern struct t_config_option *config_plugin_autoload; -extern struct t_config_option *config_plugin_debug; extern struct t_config_option *config_plugin_extension; extern struct t_config_option *config_plugin_path; extern struct t_config_option *config_plugin_save_config_on_unload; |