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 --- framebuffer/gui.c | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'framebuffer/gui.c') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index a9457fafe..eff0a98e1 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1791,28 +1791,6 @@ gui_download_window_done(struct gui_download_window *dw) { } -void -gui_drag_save_object(gui_save_type type, - hlcache_handle *c, - struct gui_window *w) -{ -} - -void -gui_drag_save_selection(struct gui_window *g, const char *selection) -{ -} - -void -gui_start_selection(struct gui_window *g) -{ -} - -void -gui_clear_selection(struct gui_window *g) -{ -} - void gui_create_form_select_menu(struct browser_window *bw, struct form_control *control) @@ -1834,13 +1812,6 @@ gui_cert_verify(nsurl *url, 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 framebuffer_gui_window_table = { .create = gui_window_create, .destroy = gui_window_destroy, -- cgit v1.2.3