summaryrefslogtreecommitdiff
path: root/include/netsurf/url_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/url_db.h')
-rw-r--r--include/netsurf/url_db.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/netsurf/url_db.h b/include/netsurf/url_db.h
index be2c656ff..217cf8fcd 100644
--- a/include/netsurf/url_db.h
+++ b/include/netsurf/url_db.h
@@ -96,15 +96,6 @@ void urldb_iterate_entries(bool (*callback)(struct nsurl *url, const struct url_
/**
- * Retrieve thumbnail data for given URL
- *
- * \param url Absolute URL to search for
- * \return Pointer to thumbnail data, or NULL if not found.
- */
-struct bitmap *urldb_get_thumbnail(struct nsurl *url);
-
-
-/**
* Find data for an URL.
*
* \param url Absolute URL to look for