From e8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 9 Mar 2011 18:37:50 +0000 Subject: Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale. svn path=/trunk/netsurf/; revision=11944 --- beos/beos_thumbnail.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'beos/beos_thumbnail.cpp') diff --git a/beos/beos_thumbnail.cpp b/beos/beos_thumbnail.cpp index 881d5a071..a3bd2cd56 100644 --- a/beos/beos_thumbnail.cpp +++ b/beos/beos_thumbnail.cpp @@ -119,7 +119,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, plot = nsbeos_plotters; plot_scale = thumbnail_get_redraw_scale(content, big_width); - nsbeos_plot_set_scale(plot_scale); /* render the content */ thumbnail_redraw(content, big_width, big_height); -- cgit v1.2.3