diff options
Diffstat (limited to '')
-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 864cf1f66..3a62e7c87 100644 --- a/src/conf.h +++ b/src/conf.h @@ -85,8 +85,6 @@ ConfigParam * getNextConfigParam(char * name, ConfigParam * last); char * getConfigParamValue(char * name); -char * forceAndGetConfigParamValue(char * name); - void registerConfigParam(char * name, int repeats, int block); BlockParam * getBlockParam(ConfigParam * param, char * name); |