diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h index 97713f0af..33782beb5 100644 --- a/src/conf.h +++ b/src/conf.h @@ -106,8 +106,6 @@ getBlockParam(struct config_param *param, const char *name); struct config_param * parseConfigFilePath(const char *name, int force); -int getBoolConfigParam(const char *name, int force); - bool config_get_bool(const char *name, bool default_value); int |