From 146add67c258c0972e7300541524294863cd0985 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Jun 2009 09:02:13 +0200 Subject: conf: removed config_add_param() This function is unused. --- src/conf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 361c5ff6..38115912 100644 --- a/src/conf.h +++ b/src/conf.h @@ -93,13 +93,6 @@ void config_global_finish(void); void config_read_file(const char *file); -/** - * Adds a new configuration parameter. The name must be registered - * with registerConfigParam(). - */ -void -config_add_param(const char *name, struct config_param *param); - /* don't free the returned value set _last_ to NULL to get first entry */ struct config_param * -- cgit v1.2.3