From e7ef916b53510f643736e6b21cd27e896886f5bc Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 13 Jan 2013 19:06:51 +0000 Subject: Prevent deadlock during simple refresh damaged area redraw --- amiga/gui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index ff467977a..60ea7d900 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -147,8 +147,6 @@ void ami_get_msg(void); void ami_close_all_tabs(struct gui_window_2 *gwin); void ami_quit_netsurf(void); void ami_do_redraw(struct gui_window_2 *g); -void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw, - int x0, int y0, int x1, int y1); STRPTR ami_locale_langs(void); int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie); bool ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y); -- cgit v1.2.3