diff options
author | Michael Drake <tlsa@netsurf-browser.org> | 2013-07-12 12:07:54 +0100 |
---|---|---|
committer | Michael Drake <tlsa@netsurf-browser.org> | 2013-07-12 12:07:54 +0100 |
commit | 55592d5a8d25a8cb92310bb49913c63336f7a0ae (patch) | |
tree | ef644c6007b98ce1953a37c3677071e3fa403c2b /desktop/browser.h | |
parent | d6d9378e9b1cc082a51725cfc9901549e4b84727 (diff) | |
download | netsurf-55592d5a8d25a8cb92310bb49913c63336f7a0ae.tar.gz |
Move hotlist_visted from browser.h to hotlist.h
Diffstat (limited to 'desktop/browser.h')
-rw-r--r-- | desktop/browser.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/browser.h b/desktop/browser.h index 8ffb40bb5..ee55e72c4 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -344,10 +344,6 @@ char * browser_window_get_selection(struct browser_window *bw); */ 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 theme_install.c. */ #ifdef WITH_THEME_INSTALL void theme_install_start(struct hlcache_handle *c); |