From 4bb6da7cd3d015612bc4a96bef3d19facffb8870 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 22 Oct 2011 14:26:56 +0000 Subject: Revert r13074 - doesn't actually fix the problem svn path=/trunk/netsurf/; revision=13075 --- amiga/plotters.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'amiga/plotters.c') diff --git a/amiga/plotters.c b/amiga/plotters.c index 02609c2ad..2db18a7a2 100755 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -705,9 +705,6 @@ bool ami_bitmap_tile(int x, int y, int width, int height, InstallLayerHook(glob->rp->Layer,bfh); - if(xm == xf) xf += 1; - if(ym == yf) yf += 1; - EraseRect(glob->rp,xm,ym,xf,yf); InstallLayerHook(glob->rp->Layer,LAYERS_NOBACKFILL); -- cgit v1.2.3