summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/thumbnail.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/framebuffer/thumbnail.c b/framebuffer/thumbnail.c
index 616a59901..24067fd2f 100644
--- a/framebuffer/thumbnail.c
+++ b/framebuffer/thumbnail.c
@@ -34,8 +34,7 @@
bool
thumbnail_create(struct hlcache_handle *content,
- struct bitmap *bitmap,
- nsurl *url)
+ struct bitmap *bitmap)
{
nsfb_t *tbm = (nsfb_t *)bitmap; /* target bitmap */
nsfb_t *bm; /* temporary bitmap */
@@ -94,9 +93,5 @@ thumbnail_create(struct hlcache_handle *content,
nsfb_free(bm);
- /* register the thumbnail with the URL */
- if (url != NULL)
- urldb_set_thumbnail(url, bitmap);
-
return true;
}