mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
core, script: remove unused config section variables
This commit is contained in:
@@ -42,8 +42,6 @@
|
||||
#define SALT_SIZE 8
|
||||
|
||||
struct t_config_file *secure_config_file = NULL;
|
||||
struct t_config_section *secure_config_section_crypt = NULL;
|
||||
struct t_config_section *secure_config_section_data = NULL;
|
||||
|
||||
struct t_config_option *secure_config_crypt_cipher = NULL;
|
||||
struct t_config_option *secure_config_crypt_hash_algo = NULL;
|
||||
|
||||
@@ -34,9 +34,6 @@
|
||||
|
||||
|
||||
struct t_config_file *script_config_file = NULL;
|
||||
struct t_config_section *script_config_section_look = NULL;
|
||||
struct t_config_section *script_config_section_color = NULL;
|
||||
struct t_config_section *script_config_section_scripts = NULL;
|
||||
|
||||
/* script config, look section */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user