summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-25 20:37:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-25 20:37:41 +0000
commitcaf41b6b19b816a94ff52bfe0626e1e7dd906e24 (patch)
tree6e939d497c05ada3a6d74a7682505211828caec7 /amiga/plotters.c
parent10d3cff7437558adc906e2d0f208ab27aeee3886 (diff)
downloadnetsurf-caf41b6b19b816a94ff52bfe0626e1e7dd906e24.tar.gz
netsurf-caf41b6b19b816a94ff52bfe0626e1e7dd906e24.tar.bz2
Stop images disappearing when they are half-way off the screen.
svn path=/trunk/netsurf/; revision=6621
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c3
1 files changed, 1 insertions, 2 deletions
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))