From d721c953a5e4ff1e456d35c82e5a65d511955561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:17:15 +0200 Subject: view: rename view_cursors_selection_clear --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index b9e2007..7a6aa90 100644 --- a/view.h +++ b/view.h @@ -194,7 +194,7 @@ void view_selections_set(Cursor*, const Filerange*); * .. note:: Sets selection to non-anchored mode. * @endrst */ -void view_cursors_selection_clear(Cursor*); +void view_selection_clear(Cursor*); /** Reduce *all* currently active selections. */ void view_selections_clear_all(View*); /** -- cgit v1.2.3