From 81bae7262b21b7f19bfaf0de4499a56372ef2a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 25 Oct 2015 21:04:25 +0100 Subject: vis: convert jumplist navigation to proper motions --- editor.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'editor.h') 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 */ -- cgit v1.2.3