From d6d9378e9b1cc082a51725cfc9901549e4b84727 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 12 Jul 2013 12:01:54 +0100 Subject: Move global_history_add out of browser.h into global_history_core.h --- desktop/browser.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 44eac992f..8ffb40bb5 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -348,9 +348,6 @@ void browser_window_debug_dump(struct browser_window *bw, FILE *f); /* In platform specific hotlist.c. */ void hotlist_visited(struct hlcache_handle *c); -/* In platform specific global_history.c. */ -void global_history_add(nsurl *url); - /* In platform specific theme_install.c. */ #ifdef WITH_THEME_INSTALL void theme_install_start(struct hlcache_handle *c); -- cgit v1.2.3