summaryrefslogtreecommitdiff
path: root/riscos/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/history.c')
-rw-r--r--riscos/history.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/history.c b/riscos/history.c
index c423272e4..4389a41f8 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -175,7 +175,6 @@ void history_add(struct history *history, struct content *content, char *frag_id
/* if we have a thumbnail, don't update until the page has finished
* loading */
bitmap = url_store_get_thumbnail(url);
- bitmap = NULL;
if (!bitmap) {
bitmap = bitmap_create(WIDTH / 2, HEIGHT / 2, false);
if (!bitmap) {