From e11c05d25701564b9d21b411057400a2ca3206b5 Mon Sep 17 00:00:00 2001 From: Kevin Bagust Date: Wed, 8 Dec 2004 00:10:17 +0000 Subject: [project @ 2004-12-08 00:10:17 by kevinb] Removed unused function load, and altered call to xcalloc into a call to calloc in clean_cookiejar svn path=/import/netsurf/; revision=1389 --- utils/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index b3e64609f..31ee01bf3 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -23,7 +23,6 @@ void * xcalloc(const size_t n, const size_t size); void * xrealloc(void * p, const size_t size); void xfree(void* p); char * xstrdup(const char * const s); -char * load(const char * const path); char * squash_whitespace(const char * s); char *cnv_space2nbsp(const char *s); char *cnv_local_enc_str(const char *s, size_t length); -- cgit v1.2.3