summaryrefslogtreecommitdiff
path: root/desktop/history_core.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-05 19:17:24 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-05 19:17:24 +0000
commit2531079866b194c05f5ef16907838e7becd3ac2b (patch)
tree91d85a1d742ba9371e3a4aeb74158d312556fa5b /desktop/history_core.h
parent47f67a7e87438d0e712225e660c12c48f8510f61 (diff)
downloadnetsurf-2531079866b194c05f5ef16907838e7becd3ac2b.tar.gz
netsurf-2531079866b194c05f5ef16907838e7becd3ac2b.tar.bz2
Revert r6973. Apparently, it causes loads of problems.
svn path=/trunk/netsurf/; revision=7047
Diffstat (limited to 'desktop/history_core.h')
-rw-r--r--desktop/history_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/history_core.h b/desktop/history_core.h
index 4abb94ce8..46de18848 100644
--- a/desktop/history_core.h
+++ b/desktop/history_core.h
@@ -46,7 +46,5 @@ bool history_redraw_rectangle(struct history *history,
bool history_click(struct browser_window *bw, struct history *history,
int x, int y, bool new_window);
const char *history_position_url(struct history *history, int x, int y);
-void history_set_current_scroll(struct history *history, int sx, int sy);
-bool history_get_current_scroll(struct history *history, int *sx, int *sy);
#endif