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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user