summaryrefslogtreecommitdiff
path: root/desktop/selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/selection.c')
-rw-r--r--desktop/selection.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/desktop/selection.c b/desktop/selection.c
index e8978d448..1b85a090c 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -211,19 +211,6 @@ void selection_init(struct selection *s, struct box *root)
/**
- * Indicate whether the selected text is read only, ie. cannot be modified.
- *
- * \param s selection object
- * \return true iff the selection is read only
- */
-
-bool selection_read_only(struct selection *s)
-{
- return true;
-}
-
-
-/**
* Label each text box in the given box subtree with its position
* in a textual representation of the content.
*