summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index dea57ca84..f2ceed9b1 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3209,8 +3209,6 @@ void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw,
GetAttr(SPACE_AreaBox, g->shared->objects[GID_BROWSER], (ULONG *)&bbox);
- current_redraw_browser = bw;
-
width=bbox->Width / bw->scale;
height=bbox->Height / bw->scale;
xoffset=bbox->Left;
@@ -3286,8 +3284,6 @@ void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw,
browserglob.rp = temprp;
}
}
-
- current_redraw_browser = NULL;
}
void gui_window_redraw_window(struct gui_window *g)
@@ -3333,8 +3329,6 @@ void ami_do_redraw(struct gui_window_2 *g)
c = g->bw->current_content;
- current_redraw_browser = g->bw;
-
width=bbox->Width;
height=bbox->Height;
xoffset=bbox->Left;
@@ -3448,8 +3442,6 @@ void ami_do_redraw(struct gui_window_2 *g)
}
}
- current_redraw_browser = NULL;
-
ami_update_buttons(g);
g->oldh = hcurrent;