summaryrefslogtreecommitdiff
path: root/riscos/thumbnail.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:20:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:20:55 +0000
commitb46e69fe2297480183364fb87bf195267652629b (patch)
treea1f1c8ae04ae0c23c4f8aaf285748cbafa8b7962 /riscos/thumbnail.c
parent95916ab99da6be6854746f62792fe4baf9691c37 (diff)
downloadnetsurf-b46e69fe2297480183364fb87bf195267652629b.tar.gz
netsurf-b46e69fe2297480183364fb87bf195267652629b.tar.bz2
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
Diffstat (limited to 'riscos/thumbnail.c')
-rw-r--r--riscos/thumbnail.c2
1 files changed, 0 insertions, 2 deletions
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) {