From 911f90e792f22989c5b41970def0302fa806d68b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 31 Oct 2010 18:18:09 +0100 Subject: [PATCH] Remove function gui_input_move --- src/gui/gui-input.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h index d6ba7d738..bc0fbe2ec 100644 --- a/src/gui/gui-input.h +++ b/src/gui/gui-input.h @@ -34,8 +34,6 @@ extern void gui_input_replace_input (struct t_gui_buffer *buffer, extern void gui_input_paste_pending_signal (); extern void gui_input_text_changed_modifier_and_signal (struct t_gui_buffer *buffer, int save_undo); -extern void gui_input_move (struct t_gui_buffer *buffer, char *target, - const char *source, int size); extern void gui_input_set_pos (struct t_gui_buffer *buffer, int pos); extern int gui_input_insert_string (struct t_gui_buffer *buffer, const char *string, int pos);