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 --- beos/beos_thumbnail.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'beos/beos_thumbnail.cpp') diff --git a/beos/beos_thumbnail.cpp b/beos/beos_thumbnail.cpp index a3bd2cd56..88e291c44 100644 --- a/beos/beos_thumbnail.cpp +++ b/beos/beos_thumbnail.cpp @@ -67,7 +67,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, BView *thumbView; float width; float height; - float plot_scale; int big_width; int big_height; int depth; @@ -118,7 +117,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, nsbeos_current_gc_set(view); plot = nsbeos_plotters; - plot_scale = thumbnail_get_redraw_scale(content, big_width); /* render the content */ thumbnail_redraw(content, big_width, big_height); -- cgit v1.2.3