From 34fe2531f28b0871a77f629de8c3ee54fb5ad065 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 5 Sep 2011 13:28:17 +0000 Subject: Remove gui_window_get_browser_window from core. Remove unused implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737 --- desktop/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop') diff --git a/desktop/gui.h b/desktop/gui.h index b6bf44b35..c0118ce74 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -77,7 +77,6 @@ void gui_quit(void); struct gui_window *gui_create_browser_window(struct browser_window *bw, struct browser_window *clone, bool new_tab); -struct browser_window *gui_window_get_browser_window(struct gui_window *g); void gui_window_destroy(struct gui_window *g); void gui_window_set_title(struct gui_window *g, const char *title); void gui_window_redraw_window(struct gui_window *g); -- cgit v1.2.3