aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-07-03 23:58:13 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-07-04 00:09:37 +0200
commitbfb9071526d770d1d598bb8a9752313154441283 (patch)
treee0969805bb14ce5224611e8d4101e62cec0295e9 /view.h
parent54ca598fcccff8844bfbe494cd3b325b2fea487f (diff)
downloadvis-bfb9071526d770d1d598bb8a9752313154441283.tar.gz
vis-bfb9071526d770d1d598bb8a9752313154441283.tar.xz
vis: implement `gv` by means of new "^ register
This window local register holds the last active selections.
Diffstat (limited to 'view.h')
-rw-r--r--view.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/view.h b/view.h
index 4d473aa..60a41f9 100644
--- a/view.h
+++ b/view.h
@@ -346,16 +346,6 @@ Filerange view_selection_get(View*);
* @defgroup view_save
* @{
*/
-/** Save selection which can later be restored. */
-void view_selections_save(Selection*);
-/**
- * Restore a previously active selection.
- * @rst
- * .. note:: Fails if selection boundaries no longer exist.
- * @endrst
- */
-bool view_selections_restore(Selection*);
-
Filerange view_regions_restore(View*, SelectionRegion*);
bool view_regions_save(View*, Filerange*, SelectionRegion*);
/**