aboutsummaryrefslogtreecommitdiff
path: root/view.c
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.c
parent2fa1bea119b211b306281bc3688dee7af7889169 (diff)
downloadvis-318837f379d848a0ee431d25c15033a251433a33.tar.gz
vis-318837f379d848a0ee431d25c15033a251433a33.tar.xz
view: remove view_cursors_multiple
Diffstat (limited to 'view.c')
-rw-r--r--view.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/view.c b/view.c
index b891ef0..b69ba57 100644
--- a/view.c
+++ b/view.c
@@ -998,10 +998,6 @@ Cursor *view_cursors_column_next(Cursor *c, int column) {
return cursors_column_next(c->view, c, column);
}
-bool view_cursors_multiple(View *view) {
- return view->cursors && view->cursors->next;
-}
-
static void view_cursors_free(Cursor *c) {
if (!c)
return;