From 5b2d816d86445b93b89a5ba7e0146443478b2a8b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 24 Mar 2009 18:53:22 +0000 Subject: Move gui_drag_save_selection() into the same file as gui_drag_save_object() as they will have common code when implemented. svn path=/trunk/netsurf/; revision=6859 --- amiga/gui.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 6621c9cd1..e620ad971 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2879,7 +2879,12 @@ void gui_download_window_done(struct gui_download_window *dw) void gui_drag_save_object(gui_save_type type, struct content *c, struct gui_window *g) { - DebugPrintF("gui_drag_save_object\n"); +// DebugPrintF("gui_drag_save_object\n"); +} + +void gui_drag_save_selection(struct selection *s, struct gui_window *g) +{ +// DebugPrintF("gui_drag_save_selection\n"); } void gui_create_form_select_menu(struct browser_window *bw, -- cgit v1.2.3