From 26872ea54f703ab316c31655d2eeeca83b5ca36e Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 23 Jun 2005 18:02:26 +0000 Subject: [project @ 2005-06-23 18:02:26 by rjw] Remove test code. svn path=/import/netsurf/; revision=1764 --- riscos/history.c | 1 - 1 file changed, 1 deletion(-) (limited to 'riscos') 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) { -- cgit v1.2.3