summaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorNicolas Pitre <nico@fluxnic.net>2021-03-20 16:29:08 -0400
committerNicolas Pitre <nico@fluxnic.net>2021-03-20 16:33:12 -0400
commitff591ab004afd4451049f5c10b7c183ecf00c715 (patch)
treea6471d2cbe3a3e0007cf08d70437f2bf57044c92 /src/conf.h
parentb8895d0cea59a5fbed523a91f34c963b752acdb4 (diff)
remove predefined_conf_d
This is not used anywhere. And there is no need to have a full dictionary for that either. If necessary the original value could still be retrieved from the default-config array.
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 057914d..aa10d5a 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -43,7 +43,6 @@
*/
extern struct dictionary * user_conf_d;
-extern struct dictionary * predefined_conf_d;
void store_default_config_values();
char * get_conf_value(char * key);