1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

Remove function gui_input_move

This commit is contained in:
Sebastien Helleu
2010-10-31 18:18:09 +01:00
parent 4d25e4e0fd
commit 911f90e792
-2
View File
@@ -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);