summaryrefslogtreecommitdiff
path: root/desktop/browser_history.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-06-10 10:40:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2017-06-10 10:40:43 +0100
commit5225ca2b90f66b202c520773b0c8c52b0687e6a5 (patch)
tree6e9228e2a7b3108ed82794c367ee67ce3a140bda /desktop/browser_history.h
parent9bf5ecfa87d022645e986249270c5a89e27f46fe (diff)
downloadnetsurf-5225ca2b90f66b202c520773b0c8c52b0687e6a5.tar.gz
netsurf-5225ca2b90f66b202c520773b0c8c52b0687e6a5.tar.bz2
Core local history: Remove unused redraw API.
Diffstat (limited to 'desktop/browser_history.h')
-rw-r--r--desktop/browser_history.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/browser_history.h b/desktop/browser_history.h
index 8ffb6125b..831eeeeb4 100644
--- a/desktop/browser_history.h
+++ b/desktop/browser_history.h
@@ -127,15 +127,6 @@ void browser_window_history_size(struct browser_window *bw,
int *width, int *height);
/**
- * Redraw all of a history area.
- *
- * \param bw browser window with history object.
- * \param ctx current redraw context
- */
-bool browser_window_history_redraw(struct browser_window *bw,
- const struct redraw_context *ctx);
-
-/**
* Redraw part of a history area.
*
* \param bw browser window with history object.