1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

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.
This commit is contained in:
Trygve Aaberge
2022-01-18 09:59:13 +01:00
committed by Sébastien Helleu
parent b018f8d5c8
commit 6a88bbb4cc
2 changed files with 0 additions and 9 deletions
-8
View File
@@ -299,7 +299,6 @@ struct t_config_option *config_network_proxy_curl;
/* config, plugin section */
struct t_config_option *config_plugin_autoload;
struct t_config_option *config_plugin_debug;
struct t_config_option *config_plugin_extension;
struct t_config_option *config_plugin_path;
struct t_config_option *config_plugin_save_config_on_unload;
@@ -4561,13 +4560,6 @@ config_weechat_init_options ()
"\"*,!lua,!tcl\")"),
NULL, 0, 0, "*", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
config_plugin_debug = config_file_new_option (
weechat_config_file, ptr_section,
"debug", "boolean",
N_("enable debug messages by default in all plugins (option disabled "
"by default, which is highly recommended)"),
NULL, 0, 0, "off", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
config_plugin_extension = config_file_new_option (
weechat_config_file, ptr_section,
"extension", "string",
-1
View File
@@ -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;