aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-25 21:04:25 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-10-25 22:46:43 +0100
commit81bae7262b21b7f19bfaf0de4499a56372ef2a20 (patch)
tree52b54f2b04c8e3328f61d7f6962182d819234264 /editor.h
parent34fa064edcf06d03c16c8a20dde9365d9957523e (diff)
downloadvis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.gz
vis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.xz
vis: convert jumplist navigation to proper motions
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/editor.h b/editor.h
index 2f8b841..2ee106a 100644
--- a/editor.h
+++ b/editor.h
@@ -316,11 +316,6 @@ void editor_window_prev(Editor*);
/* set the filename of the file displayed in this window */
void editor_window_name(Win*, const char *filename);
-void editor_window_jumplist_add(Win*, size_t pos);
-size_t editor_window_jumplist_prev(Win*);
-size_t editor_window_jumplist_next(Win*);
-void editor_window_jumplist_invalidate(Win*);
-
/* rearrange all windows either vertically or horizontally */
void editor_windows_arrange(Editor*, enum UiLayout);
/* display a user prompt with a certain title and default text */