summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-22 14:26:56 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-22 14:26:56 +0000
commit4bb6da7cd3d015612bc4a96bef3d19facffb8870 (patch)
treefb387ca34afc724d445ae8d91821129fe79030e8 /amiga/plotters.c
parent35bc32199307f9ecbfac8cfc58294aee5ece49c2 (diff)
downloadnetsurf-4bb6da7cd3d015612bc4a96bef3d19facffb8870.tar.gz
netsurf-4bb6da7cd3d015612bc4a96bef3d19facffb8870.tar.bz2
Revert r13074 - doesn't actually fix the problem
svn path=/trunk/netsurf/; revision=13075
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c3
1 files changed, 0 insertions, 3 deletions
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);