summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-29 21:55:32 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-02 09:34:01 +0100
commite92dd5bf6a3c692ba155773f65b61b3cfce27c29 (patch)
tree8fe5b8e61f8484f6c885ba24a69756d37787febd /desktop/selection.h
parent98369b74e21fb5cf769fcfdf0e717cf6592736c1 (diff)
downloadnetsurf-e92dd5bf6a3c692ba155773f65b61b3cfce27c29.tar.gz
netsurf-e92dd5bf6a3c692ba155773f65b61b3cfce27c29.tar.bz2
Remove dead stuff from the selection_ api surface.
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 68f60b9be..5e3286fc5 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -99,11 +99,7 @@ bool selection_highlighted(const struct selection *s,
unsigned start, unsigned end,
unsigned *start_idx, unsigned *end_idx);
-bool selection_save_text(struct selection *s, const char *path);
-
void selection_update(struct selection *s, size_t byte_offset, int change,
- bool redraw);
-
-unsigned selection_label_subtree(struct box *box, unsigned idx);
+ bool redraw);
#endif