summaryrefslogtreecommitdiff
path: root/beos/beos_thumbnail.cpp
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 21:04:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 21:04:15 +0000
commit55fd1d0133d30ed68f29860fa867f17c1e7f78b4 (patch)
treeef91354d74bd1585616f8a6299b7b27082fbbd12 /beos/beos_thumbnail.cpp
parenta0e0d23c2df487d48ff12f7abdc35e05b1861dd1 (diff)
downloadnetsurf-55fd1d0133d30ed68f29860fa867f17c1e7f78b4.tar.gz
netsurf-55fd1d0133d30ed68f29860fa867f17c1e7f78b4.tar.bz2
Front ends don't need to call thumbnail_get_redraw_scale() now.
svn path=/trunk/netsurf/; revision=11946
Diffstat (limited to 'beos/beos_thumbnail.cpp')
-rw-r--r--beos/beos_thumbnail.cpp2
1 files changed, 0 insertions, 2 deletions
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);