summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
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