summaryrefslogtreecommitdiff
path: root/beos/beos_thumbnail.cpp
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 18:37:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 18:37:50 +0000
commite8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8 (patch)
tree7e25c9929d2534222204b55a890920cd61e688f7 /beos/beos_thumbnail.cpp
parent5833549a357815d99d2f3450469d82e1dcc00c7c (diff)
downloadnetsurf-e8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8.tar.gz
netsurf-e8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8.tar.bz2
Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.
svn path=/trunk/netsurf/; revision=11944
Diffstat (limited to 'beos/beos_thumbnail.cpp')
-rw-r--r--beos/beos_thumbnail.cpp1
1 files changed, 0 insertions, 1 deletions
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);