summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-11 17:49:01 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-11 17:49:01 +0100
commit4c4e93ea54bb7146527d4d0a6d313989f7d8d616 (patch)
tree9529f61d6946dbe946014edbd51e331cdb8338a2 /utils/url.h
parent8ab9430bb4aaae32335514622f035de1febaa7ff (diff)
downloadnetsurf-4c4e93ea54bb7146527d4d0a6d313989f7d8d616.tar.gz
netsurf-4c4e93ea54bb7146527d4d0a6d313989f7d8d616.tar.bz2
Remove unused function.
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/url.h b/utils/url.h
index 56de57662..fa27a4874 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -56,7 +56,6 @@ url_func_result url_nice(const char *url, char **result,
url_func_result url_escape(const char *unescaped, size_t toskip,
bool sptoplus, const char *escexceptions, char **result);
url_func_result url_unescape(const char *str, char **result);
-url_func_result url_canonical_root(const char *url, char **result);
url_func_result url_path(const char *url, char **result);
url_func_result url_get_components(const char *url,