From 318837f379d848a0ee431d25c15033a251433a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 17:26:22 +0200 Subject: view: remove view_cursors_multiple --- view.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'view.h') 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. */ -- cgit v1.2.3