diff -r 038e3415100a -r bf6cf4dd847a project_files/frontlib/ini/inihelper.h --- a/project_files/frontlib/ini/inihelper.h Thu Jun 07 02:45:18 2012 +0200 +++ b/project_files/frontlib/ini/inihelper.h Fri Jun 08 19:52:24 2012 +0200 @@ -12,11 +12,6 @@ /** * Returned buffer must be free()d */ -char *inihelper_strdupnull(const char *str); - -/** - * Returned buffer must be free()d - */ char *inihelper_urlencode(const char *inbuf); /**