mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Remove what should now be redundant special casing of text/plain.
svn path=/trunk/netsurf/; revision=12099
This commit is contained in:
parent
ad2116a730
commit
d86e8b49c4
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user