summaryrefslogtreecommitdiff
path: root/desktop/selection.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-29 22:04:34 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-02 09:34:01 +0100
commit50d7a2288c84e3586ab99e6fc7b41482ac49074e (patch)
treea92e655bad0a1b3f9cdd9784119ba465ba46d72e /desktop/selection.c
parent6b178fb3fec17aa9e81571567bec6d49def4501c (diff)
downloadnetsurf-50d7a2288c84e3586ab99e6fc7b41482ac49074e.tar.gz
netsurf-50d7a2288c84e3586ab99e6fc7b41482ac49074e.tar.bz2
Remove redundant read-only test function.
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.
*