Commit 6405db93 authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

conf: config_param_free() not necessary for export.

parent 96ab110b
......@@ -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;
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment