From 99753fa1f144b6e33c06b5a9a93725125b5e085a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 1 Aug 2015 12:08:52 +0200 Subject: view: hide API to free main cursor --- view.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'view.h') diff --git a/view.h b/view.h index dd28ed9..69727c0 100644 --- a/view.h +++ b/view.h @@ -120,8 +120,6 @@ int view_cursors_count(View*); /* dispose an existing cursor with its associated selection (if any), * not applicaple for the last existing cursor */ void view_cursors_dispose(Cursor*); -/* dispose an existing cursor, no matter what */ -void view_cursors_free(Cursor*); /* only keep the main cursor, release all others together with their * selections (if any) */ void view_cursors_clear(View*); -- cgit v1.2.3