From 8fb2fc6fc347ddd68db0ce70648e9a2d25ef88e3 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 10 Sep 2017 16:05:41 +0100 Subject: rationalise history icon bitmap handling to ensure correct lifetime --- content/urldb.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'content/urldb.h') diff --git a/content/urldb.h b/content/urldb.h index b2c233194..4aa548704 100644 --- a/content/urldb.h +++ b/content/urldb.h @@ -110,16 +110,6 @@ struct nsurl *urldb_get_url(struct nsurl *url); bool urldb_get_cert_permissions(struct nsurl *url); -/** - * Set thumbnail for url, replacing any existing thumbnail - * - * \param url Absolute URL to consider - * \param bitmap Opaque pointer to thumbnail data, or NULL to invalidate - * \return true on successful setting else false - */ -bool urldb_set_thumbnail(struct nsurl *url, struct bitmap *bitmap); - - /** * Parse Set-Cookie header and insert cookie(s) into database * -- cgit v1.2.3