mirror of
https://github.com/tmux/tmux.git
synced 2025-11-04 17:46:05 +00:00
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
the rest to reduce lint output.
This commit is contained in:
@@ -51,6 +51,7 @@ const struct cmd_entry cmd_new_window_entry = {
|
||||
cmd_new_window_print
|
||||
};
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
cmd_new_window_init(struct cmd *self, unused int arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user