aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/misc.c')
-rw-r--r--lib/misc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/misc.c b/lib/misc.c
index d6795ec9..c2dd966e 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -244,12 +244,6 @@ char *escape_html( const char *html )
return( str );
}
-void info_string_append(GString *str, char *newline, char *name, char *value)
-{
- if( value && value[0] )
- g_string_sprintfa( str, "%s%s: %s", newline, name, value );
-}
-
/* Decode%20a%20file%20name */
void http_decode( char *s )
{