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 --- windows/gui.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'windows') diff --git a/windows/gui.c b/windows/gui.c index aa1cbec8b..c813c8b46 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -76,12 +76,6 @@ static struct nsws_pointers nsws_pointer; void gui_window_set_scroll(struct gui_window *w, int sx, int sy); static bool gui_window_get_scroll(struct gui_window *w, int *sx, int *sy); -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 void gui_poll(bool active) { @@ -1729,24 +1723,6 @@ static void gui_window_remove_caret(struct gui_window *w) HideCaret(w->drawingarea); } -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 *w) -{ -} - -void gui_clear_selection(struct gui_window *w) -{ -} - /** * Core asks front end for clipboard contents. * -- cgit v1.2.3