From d86e8b49c4e9c3dad723c98f2e90e6d698a7c1bb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 17 Mar 2011 18:53:04 +0000 Subject: Remove what should now be redundant special casing of text/plain. svn path=/trunk/netsurf/; revision=12099 --- amiga/gui.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'amiga') 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 { -- cgit v1.2.3