aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-08-01 12:08:52 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-08-01 12:08:52 +0200
commit99753fa1f144b6e33c06b5a9a93725125b5e085a (patch)
treee6a75612f15e0f485ae4961a0d90ef2499e83541 /view.h
parentf38cdb2d38357f8f01a766ea21cb30661a0d99e8 (diff)
downloadvis-99753fa1f144b6e33c06b5a9a93725125b5e085a.tar.gz
vis-99753fa1f144b6e33c06b5a9a93725125b5e085a.tar.xz
view: hide API to free main cursor
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 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*);