From 55fd1d0133d30ed68f29860fa867f17c1e7f78b4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 9 Mar 2011 21:04:15 +0000 Subject: Front ends don't need to call thumbnail_get_redraw_scale() now. svn path=/trunk/netsurf/; revision=11946 --- cocoa/thumbnail.m | 3 --- 1 file changed, 3 deletions(-) (limited to 'cocoa') diff --git a/cocoa/thumbnail.m b/cocoa/thumbnail.m index d91d4810a..01239b9ec 100644 --- a/cocoa/thumbnail.m +++ b/cocoa/thumbnail.m @@ -46,9 +46,6 @@ bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap, [NSGraphicsContext setCurrentContext: [NSGraphicsContext graphicsContextWithGraphicsPort: bitmapContext flipped: YES]]; - /* todo: ??? set plot scale according to the scale the thumbnail will be - * rendered at, by calling thumbnail_get_redraw_scale(). ??? */ - thumbnail_redraw( content, width, height ); [NSGraphicsContext setCurrentContext: nil]; -- cgit v1.2.3