summaryrefslogtreecommitdiff
path: root/amiga/thumbnail.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-08-24 13:33:58 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-08-24 13:33:58 +0000
commit42467f16dd454fad9d6a1b98e6951705504a4c30 (patch)
treeda63fb2dd5191dadd2b759c473bae09132d41669 /amiga/thumbnail.c
parent6fed7755659bc74423f29a998d25886616a6450b (diff)
downloadnetsurf-42467f16dd454fad9d6a1b98e6951705504a4c30.tar.gz
netsurf-42467f16dd454fad9d6a1b98e6951705504a4c30.tar.bz2
Don't need to set current_redraw_browser any more.
svn path=/trunk/netsurf/; revision=12654
Diffstat (limited to 'amiga/thumbnail.c')
-rwxr-xr-xamiga/thumbnail.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/amiga/thumbnail.c b/amiga/thumbnail.c
index af0375ba8..8b755fac6 100755
--- a/amiga/thumbnail.c
+++ b/amiga/thumbnail.c
@@ -58,12 +58,9 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
bitmap->nativebmwidth = bitmap->width;
bitmap->nativebmheight = bitmap->height;
ami_clearclipreg(&browserglob);
- current_redraw_browser = curbw;
thumbnail_redraw(content, plot_width, plot_height, &ctx);
- current_redraw_browser = NULL;
-
if(GfxBase->LibNode.lib_Version >= 53) // AutoDoc says v52, but this function isn't in OS4.0, so checking for v53 (OS4.1)
{
float resample_scale = bitmap->width / (float)plot_width;