mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 16:59:36 +03:00
[project @ 2005-06-23 18:02:26 by rjw]
Remove test code. svn path=/import/netsurf/; revision=1764
This commit is contained in:
parent
3150c97459
commit
26872ea54f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user