Remove what should now be redundant special casing of text/plain.

svn path=/trunk/netsurf/; revision=12099
This commit is contained in:
Michael Drake 2011-03-17 18:53:04 +00:00
parent ad2116a730
commit d86e8b49c4

View File

@ -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
{