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