aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 17:26:22 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:42 +0200
commit318837f379d848a0ee431d25c15033a251433a33 (patch)
treec35a5f90c2e9754865a038ed63b944579769135d /view.h
parent2fa1bea119b211b306281bc3688dee7af7889169 (diff)
downloadvis-318837f379d848a0ee431d25c15033a251433a33.tar.gz
vis-318837f379d848a0ee431d25c15033a251433a33.tar.xz
view: remove view_cursors_multiple
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/view.h b/view.h
index dc9d162..fa40a58 100644
--- a/view.h
+++ b/view.h
@@ -222,8 +222,6 @@ bool view_selection_anchored(Cursor*);
* @defgroup view_props
* @{
*/
-/** TODO remove */
-bool view_cursors_multiple(View*);
/** Get position of selection cursor. */
size_t view_cursors_pos(Cursor*);
/** Get 1-based line number of selection cursor. */