mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
scripts: remove double return in info eval callback functions not yet implemented
This commit is contained in:
@@ -1069,11 +1069,9 @@ weechat_php_info_eval_cb (const void *pointer, void *data,
|
||||
(void) pointer;
|
||||
(void) data;
|
||||
(void) info_name;
|
||||
|
||||
(void) arguments;
|
||||
return not_implemented;
|
||||
|
||||
return NULL;
|
||||
return not_implemented;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user