mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
buflist: remove void action on variables used in the function
This commit is contained in:
@@ -40,8 +40,6 @@ buflist_command_buflist (const void *pointer, void *data,
|
||||
(void) pointer;
|
||||
(void) data;
|
||||
(void) buffer;
|
||||
(void) argc;
|
||||
(void) argv;
|
||||
(void) argv_eol;
|
||||
|
||||
if (argc == 1)
|
||||
|
||||
Reference in New Issue
Block a user