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 --- cocoa/gui.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cocoa') 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; -- cgit v1.2.3