From dab0792029c388e85e3e0cf2cacb07d91aa1ae79 Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Sat, 3 Jun 2017 15:17:40 +0300 Subject: [PATCH] core, script: remove unused config section variables --- src/core/wee-secure.c | 2 -- src/plugins/script/script-config.c | 3 --- 2 files changed, 5 deletions(-) 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 */