From d18c8ed4521714c3fff3cca64685b8192ca0e075 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Jan 2014 22:54:19 +0000 Subject: move teh final optional window operations into the table --- cocoa/gui.m | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cocoa/gui.m') diff --git a/cocoa/gui.m b/cocoa/gui.m index 59d823d96..40dc8e191 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -250,15 +250,6 @@ static void gui_window_new_content(struct gui_window *g) [(BrowserViewController *)g contentUpdated]; } -void gui_drag_save_object(gui_save_type type, hlcache_handle *c, - struct gui_window *g) -{ -} - -void gui_drag_save_selection(struct gui_window *g, const char *selection) -{ -} - void gui_create_form_select_menu(struct browser_window *bw, struct form_control *control) @@ -289,12 +280,6 @@ void gui_401login_open(nsurl *url, const char *realm, cb( false, cbpw ); } -void gui_file_gadget_open(struct gui_window *g, hlcache_handle *hl, - struct form_control *gadget) -{ - LOG(("File open dialog rquest for %p/%p", g, gadget)); - /* browser_window_set_gadget_filename(bw, gadget, "filename"); */ -} static struct gui_window_table cocoa_window_table = { .create = gui_window_create, -- cgit v1.2.3