summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-24 18:53:22 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-24 18:53:22 +0000
commit5b2d816d86445b93b89a5ba7e0146443478b2a8b (patch)
tree2833af890a7f04e4be5b74008ca3b85c5212e459 /amiga
parentede9c4858d3507f8cafea4d4ba72c388b2416708 (diff)
downloadnetsurf-5b2d816d86445b93b89a5ba7e0146443478b2a8b.tar.gz
netsurf-5b2d816d86445b93b89a5ba7e0146443478b2a8b.tar.bz2
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
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/clipboard.c4
-rwxr-xr-xamiga/gui.c7
2 files changed, 6 insertions, 5 deletions
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)
{
}
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,