core, script: remove unused config section variables
This commit is contained in:
parent
e5f67894be
commit
dab0792029
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user