mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Nix a few unused attributes on arguments which are no longer unused.
This commit is contained in:
@ -68,7 +68,7 @@ cmd_confirm_before_init(struct cmd *self, int key)
|
||||
}
|
||||
|
||||
int
|
||||
cmd_confirm_before_exec(unused struct cmd *self, struct cmd_ctx *ctx)
|
||||
cmd_confirm_before_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
{
|
||||
struct cmd_target_data *data = self->data;
|
||||
struct cmd_confirm_before_data *cdata;
|
||||
|
Reference in New Issue
Block a user