1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

core: remove function gui_buffer_match_list_split, use function string_match_list

This commit is contained in:
Sébastien Helleu
2019-02-26 20:29:06 +01:00
parent 17a218e6b6
commit 55501b84d6
4 changed files with 12 additions and 51 deletions
-2
View File
@@ -270,8 +270,6 @@ extern void gui_buffer_user_set_callbacks ();
extern int gui_buffer_valid (struct t_gui_buffer *buffer);
extern char *gui_buffer_string_replace_local_var (struct t_gui_buffer *buffer,
const char *string);
extern int gui_buffer_match_list_split (struct t_gui_buffer *buffer,
int num_buffers, char **buffers);
extern int gui_buffer_match_list (struct t_gui_buffer *buffer,
const char *string);
extern void gui_buffer_set_plugin_for_upgrade (char *name,