summaryrefslogtreecommitdiff
path: root/riscos/history.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-06-23 18:02:26 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-06-23 18:02:26 +0000
commit26872ea54f703ab316c31655d2eeeca83b5ca36e (patch)
tree36e2be07fcd64e48b4dccbfb4e32123929cdd266 /riscos/history.c
parent3150c974590b66b94149a3b9b00df130f5be5113 (diff)
downloadnetsurf-26872ea54f703ab316c31655d2eeeca83b5ca36e.tar.gz
netsurf-26872ea54f703ab316c31655d2eeeca83b5ca36e.tar.bz2
[project @ 2005-06-23 18:02:26 by rjw]
Remove test code. svn path=/import/netsurf/; revision=1764
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) {