summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/thumbnail.m3
1 files changed, 0 insertions, 3 deletions
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];