From caf41b6b19b816a94ff52bfe0626e1e7dd906e24 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 25 Feb 2009 20:37:41 +0000 Subject: Stop images disappearing when they are half-way off the screen. svn path=/trunk/netsurf/; revision=6621 --- amiga/plotters.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/plotters.c') diff --git a/amiga/plotters.c b/amiga/plotters.c index 30fc761c4..7e954d9bf 100755 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -414,8 +414,7 @@ bool ami_bitmap_tile(int x, int y, int width, int height, struct bitmap *bitmap, colour bg, bool repeat_x, bool repeat_y, struct content *content) { - ULONG xf,yf,wf,hf; - int max_width,max_height; + int xf,yf; struct BitMap *tbm = NULL; if(!(repeat_x || repeat_y)) -- cgit v1.2.3