diff options
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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*); |
