aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
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 */