summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-29 14:47:06 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-04-29 14:47:06 +0100
commit6784e90a3a0260caddebf7988aa6c0c9169b6894 (patch)
tree404e9ba63cc455355610911874f951a43bb4f5ca /desktop/selection.h
parenta4a3bcd97925943f158a01b69020fe6636a0f82d (diff)
downloadnetsurf-6784e90a3a0260caddebf7988aa6c0c9169b6894.tar.gz
netsurf-6784e90a3a0260caddebf7988aa6c0c9169b6894.tar.bz2
Remove unused selection_get_{start|end} APIs and their helper function.
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index aebb1698f..68f60b9be 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -83,9 +83,6 @@ void selection_select_all(struct selection *s);
void selection_set_start(struct selection *s, unsigned idx);
void selection_set_end(struct selection *s, unsigned idx);
-struct box *selection_get_start(struct selection *s, size_t *pidx);
-struct box *selection_get_end(struct selection *s, size_t *pidx);
-
bool selection_click(struct selection *s, browser_mouse_state mouse,
unsigned idx);
void selection_track(struct selection *s, browser_mouse_state mouse,