diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-31 18:18:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-31 18:18:09 +0100 |
commit | 911f90e792f22989c5b41970def0302fa806d68b (patch) | |
tree | 38b6db953ca01f69e22222a1c98b178ca82ce700 /src/gui | |
parent | 4d25e4e0fddd374bbb09fd032d2ce07c192dc307 (diff) | |
download | weechat-911f90e792f22989c5b41970def0302fa806d68b.zip |
Remove function gui_input_move
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-input.h | 2 |
1 files changed, 0 insertions, 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); |