summaryrefslogtreecommitdiff
path: root/src/gui/gui-input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-input.h')
-rw-r--r--src/gui/gui-input.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h
index 9aedf0ea1..49e6c1eb2 100644
--- a/src/gui/gui-input.h
+++ b/src/gui/gui-input.h
@@ -72,10 +72,6 @@ extern void gui_input_history_local_previous (struct t_gui_buffer *buffer);
extern void gui_input_history_local_next (struct t_gui_buffer *buffer);
extern void gui_input_history_global_previous (struct t_gui_buffer *buffer);
extern void gui_input_history_global_next (struct t_gui_buffer *buffer);
-extern void gui_input_jump_smart (struct t_gui_buffer *buffer);
-extern void gui_input_jump_last_buffer_displayed (struct t_gui_buffer *buffer);
-extern void gui_input_jump_previously_visited_buffer (struct t_gui_buffer *buffer);
-extern void gui_input_jump_next_visited_buffer (struct t_gui_buffer *buffer);
extern void gui_input_hotlist_clear (struct t_gui_buffer *buffer,
const char *level_mask);
extern void gui_input_hotlist_remove_buffer (struct t_gui_buffer *buffer);