[project @ 2005-06-23 18:02:26 by rjw]

Remove test code.

svn path=/import/netsurf/; revision=1764
This commit is contained in:
Richard Wilson 2005-06-23 18:02:26 +00:00
parent 3150c97459
commit 26872ea54f

View File

@ -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) {