summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index cb9289ac7..e570d8311 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -108,9 +108,8 @@ void selection_destroy(struct selection *s);
* Used from text and html content handlers
*
* \param s selection object
- * \param root the root box for html document or NULL for text/plain
*/
-void selection_init(struct selection *s, struct box *root);
+void selection_init(struct selection *s);
/**
* Initialise the selection object to use the given box subtree as its root,
@@ -121,9 +120,8 @@ void selection_init(struct selection *s, struct box *root);
* Used from html content handler
*
* \param s selection object
- * \param root the root box for html document or NULL for text/plain
*/
-void selection_reinit(struct selection *s, struct box *root);
+void selection_reinit(struct selection *s);
/**
* Clears the current selection, optionally causing the screen to be updated.