summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 1b8d91c08..8cd523fd8 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -57,16 +57,6 @@ void selection_drag_end(struct selection *s);
struct selection *selection_create(struct content *c);
/**
- * Prepare a newly created selection object for use.
- *
- * Used from text and html content handlers, riscos frontend
- *
- * \param s selection object
- * \param c content
- */
-void selection_prepare(struct selection *s, struct content *c);
-
-/**
* Destroys a selection object clearing it if nesessary
*
* Used from content textsearch