From 078ff2fd51380bd2f34b065235beaa3befd8b585 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 30 Oct 2010 11:20:53 +0000 Subject: Move drag icon stuff to own file; fix warnings svn path=/trunk/netsurf/; revision=10922 --- amiga/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 3743ff9fd..cd06b395d 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -132,7 +132,6 @@ void ami_do_redraw(struct gui_window_2 *g); STRPTR ami_locale_langs(void); int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie); struct box *ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y); -struct gui_window_2 *ami_window_at_pointer(void); struct TextFont *origrpfont; struct MinList *window_list; -- cgit v1.2.3