scripts: remove double return in info eval callback functions not yet implemented
This commit is contained in:
parent
f3a31f609a
commit
8b876bd668
@ -767,11 +767,9 @@ weechat_js_info_eval_cb (const void *pointer, void *data,
|
|||||||
(void) pointer;
|
(void) pointer;
|
||||||
(void) data;
|
(void) data;
|
||||||
(void) info_name;
|
(void) info_name;
|
||||||
|
|
||||||
(void) arguments;
|
(void) arguments;
|
||||||
return not_implemented;
|
|
||||||
|
|
||||||
return NULL;
|
return not_implemented;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1069,11 +1069,9 @@ weechat_php_info_eval_cb (const void *pointer, void *data,
|
|||||||
(void) pointer;
|
(void) pointer;
|
||||||
(void) data;
|
(void) data;
|
||||||
(void) info_name;
|
(void) info_name;
|
||||||
|
|
||||||
(void) arguments;
|
(void) arguments;
|
||||||
return not_implemented;
|
|
||||||
|
|
||||||
return NULL;
|
return not_implemented;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -771,11 +771,9 @@ weechat_tcl_info_eval_cb (const void *pointer, void *data,
|
|||||||
(void) pointer;
|
(void) pointer;
|
||||||
(void) data;
|
(void) data;
|
||||||
(void) info_name;
|
(void) info_name;
|
||||||
|
|
||||||
(void) arguments;
|
(void) arguments;
|
||||||
return not_implemented;
|
|
||||||
|
|
||||||
return NULL;
|
return not_implemented;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user