diff --git a/src/core/wee-secure.c b/src/core/wee-secure.c index 28c063c81..647cb2e90 100644 --- a/src/core/wee-secure.c +++ b/src/core/wee-secure.c @@ -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; diff --git a/src/plugins/script/script-config.c b/src/plugins/script/script-config.c index 418bc1e52..f17e53739 100644 --- a/src/plugins/script/script-config.c +++ b/src/plugins/script/script-config.c @@ -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 */