core, script: remove unused config section variables

This commit is contained in:
Simmo Saan 2017-06-03 15:17:40 +03:00
parent e5f67894be
commit dab0792029
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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 */