mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Remove legacy logging.
svn path=/trunk/netsurf/; revision=11698
This commit is contained in:
parent
120005e04b
commit
082b128106
@ -73,10 +73,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
|
||||
cwidth = min(content_get_width(content), 1024);
|
||||
cheight = ((cwidth * height) + (width / 2)) / width;
|
||||
|
||||
LOG(("Trying to create a thumbnail pixmap for a content of %dx%d@%d",
|
||||
content_get_width(content), content_get_height(content),
|
||||
depth));
|
||||
|
||||
/* Create buffer to render into */
|
||||
pixmap = gdk_pixmap_new(NULL, cwidth, cheight, depth);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user