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/clipboard.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'amiga/clipboard.c') diff --git a/amiga/clipboard.c b/amiga/clipboard.c index cf6c14975..1a6d46ff1 100755 --- a/amiga/clipboard.c +++ b/amiga/clipboard.c @@ -48,10 +48,6 @@ void ami_clipboard_free(void) if(iffh) FreeIFF(iffh); } -void gui_drag_save_selection(struct selection *s, struct gui_window *g) -{ -} - void gui_start_selection(struct gui_window *g) { } -- cgit v1.2.3