summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-17 18:53:04 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-17 18:53:04 +0000
commitd86e8b49c4e9c3dad723c98f2e90e6d698a7c1bb (patch)
treef2807f8303f2feef3f405c5500ab601087bed182 /amiga
parentad2116a730fa656773232e2ed3b4840a0b398724 (diff)
downloadnetsurf-d86e8b49c4e9c3dad723c98f2e90e6d698a7c1bb.tar.gz
netsurf-d86e8b49c4e9c3dad723c98f2e90e6d698a7c1bb.tar.bz2
Remove what should now be redundant special casing of text/plain.
svn path=/trunk/netsurf/; revision=12099
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index f49e361b7..49b7cd7bf 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3347,12 +3347,6 @@ void ami_do_redraw(struct gui_window_2 *g)
clip.y0 = 0;
clip.x1 = width;
clip.y1 = height;
-
- if(content_get_type(c) == CONTENT_TEXTPLAIN)
- {
- clip.x1 += hcurrent;
- clip.y1 += vcurrent;
- }
}
else
{