mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +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:
@@ -435,6 +435,7 @@ window_copy_key_input(struct window_pane *wp, int key)
|
||||
return (0);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
window_copy_mouse(
|
||||
struct window_pane *wp, unused struct client *c, struct mouse_event *m)
|
||||
|
||||
Reference in New Issue
Block a user