From 6405db931b8fdd9086f8a46a195dbc6d10b5171b Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 29 Mar 2009 10:58:16 -0700 Subject: conf: config_param_free() not necessary for export. --- src/conf.c | 2 +- src/conf.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/conf.c b/src/conf.c index 260d2582f..6f3c9ace7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -87,7 +87,7 @@ newConfigParam(const char *value, int line) return ret; } -void +static void config_param_free(gpointer data, G_GNUC_UNUSED gpointer user_data) { struct config_param *param = data; diff --git a/src/conf.h b/src/conf.h index b036c9846..9f084013c 100644 --- a/src/conf.h +++ b/src/conf.h @@ -153,8 +153,6 @@ config_get_block_bool(const struct config_param *param, const char *name, struct config_param * newConfigParam(const char *value, int line); -void config_param_free(gpointer data, gpointer user_data); - void addBlockParam(struct config_param *param, const char *name, const char *value, int line); -- cgit v1.2.3