summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-15 11:27:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-15 11:27:27 +0000
commitbc1d98046af3be6e66488cc38a82b8be69fca6d5 (patch)
tree84b378acbdb615e1b4aa4e15a7d0b74cd8043822 /amiga
parent6c7a3c3a73c4dbc6946f8998aa5887921644636c (diff)
downloadnetsurf-bc1d98046af3be6e66488cc38a82b8be69fca6d5.tar.gz
netsurf-bc1d98046af3be6e66488cc38a82b8be69fca6d5.tar.bz2
Remove some unnecessary OS3-only code
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index de78977be..2f2524fe1 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -4660,10 +4660,6 @@ static void ami_do_redraw(struct gui_window_2 *gwin)
if(nsoption_bool(direct_render) == false)
{
-#ifndef __amigaos4__
- /* Try to avoid some overprinting - might need glob->rp clearing instead */
- ami_plot_clear_bbox(&browserglob.rp, bbox);
-#endif
ami_do_redraw_tiled(gwin, true, hcurrent, vcurrent, width, height, hcurrent, vcurrent, bbox, &ctx);
}
else