1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

Remove obsolete arguments in bar item callback, in script plugins

This commit is contained in:
Sebastien Helleu
2009-02-04 12:38:03 +01:00
parent 0904715603
commit 2320ef2214
5 changed files with 13 additions and 43 deletions
+1 -3
View File
@@ -219,9 +219,7 @@ extern struct t_gui_bar_item *script_api_bar_item_new (struct t_weechat_plugin *
const char *name,
char *(*build_callback)(void *data,
struct t_gui_bar_item *item,
struct t_gui_window *window,
int max_width,
int max_height),
struct t_gui_window *window),
const char *function_build);
extern void script_api_bar_item_remove (struct t_weechat_plugin *weechat_plugin,
struct t_plugin_script *script,