summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/urldb.h b/content/urldb.h
index 70a873a37..0e655dbe1 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -117,8 +117,4 @@ void urldb_delete_cookie(const char *domain, const char *path, const char *name)
void urldb_load_cookies(const char *filename);
void urldb_save_cookies(const char *filename);
-/* Cache */
-bool urldb_set_cache_data(const char *url, const struct content *content);
-char *urldb_get_cache_data(const char *url);
-
#endif