summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
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
{