summaryrefslogtreecommitdiff
path: root/cocoa/gui.m
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 /cocoa/gui.m
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 'cocoa/gui.m')
-rw-r--r--cocoa/gui.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/cocoa/gui.m b/cocoa/gui.m
index 8f78cb776..e2252b9e8 100644
--- a/cocoa/gui.m
+++ b/cocoa/gui.m
@@ -105,11 +105,6 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
return (struct gui_window *)result;
}
-struct browser_window *gui_window_get_browser_window(struct gui_window *g)
-{
- return [(BrowserViewController *)g browser];
-}
-
void gui_window_destroy(struct gui_window *g)
{
BrowserViewController *vc = (BrowserViewController *)g;