From 50d7a2288c84e3586ab99e6fc7b41482ac49074e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 29 Apr 2013 22:04:34 +0100 Subject: Remove redundant read-only test function. --- desktop/selection.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'desktop/selection.c') diff --git a/desktop/selection.c b/desktop/selection.c index e8978d448..1b85a090c 100644 --- a/desktop/selection.c +++ b/desktop/selection.c @@ -210,19 +210,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. -- cgit v1.2.3