summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c7
1 files changed, 6 insertions, 1 deletions
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,