summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-05 17:29:19 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-05 17:29:19 +0100
commit01f421611c155b1101769eab4122842184645c40 (patch)
tree0cf44c3214af5c082e94dd86ea1adb5715f4aeb8 /utils/url.h
parent16bcecc378b285dada1458173def346c3ac0be9e (diff)
downloadnetsurf-01f421611c155b1101769eab4122842184645c40.tar.gz
netsurf-01f421611c155b1101769eab4122842184645c40.tar.bz2
Remove unused functions.
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/url.h b/utils/url.h
index fa5c67faa..e0509ffdb 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -58,10 +58,7 @@ url_func_result url_escape(const char *unescaped, size_t toskip,
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_parent(const char *url, char **result);
-url_func_result url_plq(const char *url, char **result);
url_func_result url_path(const char *url, char **result);
-url_func_result url_leafname(const char *url, char **result);
-url_func_result url_fragment(const char *url, char **result);
url_func_result url_compare(const char *url1, const char *url2,
bool nofrag, bool *result);