summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-05 13:28:17 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-05 13:28:17 +0000
commit34fe2531f28b0871a77f629de8c3ee54fb5ad065 (patch)
treec654d5d88a89dd2602a14bd56b9eeab1ddd7f33a /desktop
parentce1ba5e351891c60f21106851965dee3eee78853 (diff)
downloadnetsurf-34fe2531f28b0871a77f629de8c3ee54fb5ad065.tar.gz
netsurf-34fe2531f28b0871a77f629de8c3ee54fb5ad065.tar.bz2
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
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h1
1 files changed, 0 insertions, 1 deletions
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);