From b46e69fe2297480183364fb87bf195267652629b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 9 Mar 2011 16:20:55 +0000 Subject: Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger need to maintain scale for plotting. svn path=/trunk/netsurf/; revision=11942 --- riscos/thumbnail.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'riscos/thumbnail.c') diff --git a/riscos/thumbnail.c b/riscos/thumbnail.c index 9229ebd2e..3bc25f335 100644 --- a/riscos/thumbnail.c +++ b/riscos/thumbnail.c @@ -117,8 +117,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, if (content_get_width(content)) scale = thumbnail_get_redraw_scale(content, bitmap->width); - ro_plot_set_scale(scale); - /* switch output and redraw */ save_area = thumbnail_switch_output(sprite_area, sprite_header); if (!save_area) { -- cgit v1.2.3