summaryrefslogtreecommitdiff
path: root/desktop/history_core.h
diff options
context:
space:
mode:
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