summaryrefslogtreecommitdiff
path: root/src/domain.h
diff options
context:
space:
mode:
authorportix <none@none>2013-02-14 18:44:44 +0100
committerportix <none@none>2013-02-14 18:44:44 +0100
commit83a2d7ac01dba24e03f990632e25b3346fa48439 (patch)
treed492f8fae30d8e87b0e0d00d6582172754e46d17 /src/domain.h
parentcbb671a3430353e962880bf91d66362cc85fc8b6 (diff)
downloaddwb-83a2d7ac01dba24e03f990632e25b3346fa48439.zip
Remove domain_is_tld
Diffstat (limited to 'src/domain.h')
-rw-r--r--src/domain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/domain.h b/src/domain.h
index 8ce54bea..8203db78 100644
--- a/src/domain.h
+++ b/src/domain.h
@@ -30,5 +30,4 @@ GSList * domain_get_cookie_domains(WebKitWebView *wv);
gboolean domain_match(char **, const char *, const char *);
const char * domain_get_base_for_host(const char *host);
const char * domain_get_tld(const char *domain);
-gboolean domain_is_tld(const char *domain);
#endif