Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to

the rest to reduce lint output.
This commit is contained in:
Nicholas Marriott
2009-11-26 21:37:13 +00:00
parent 621dabd44e
commit 4ca857e0e9
32 changed files with 51 additions and 11 deletions

View File

@ -169,6 +169,7 @@ window_choose_resize(struct window_pane *wp, u_int sx, u_int sy)
window_choose_redraw_screen(wp);
}
/* ARGSUSED */
void
window_choose_key(struct window_pane *wp, unused struct client *c, int key)
{
@ -275,6 +276,7 @@ window_choose_key(struct window_pane *wp, unused struct client *c, int key)
}
}
/* ARGSUSED */
void
window_choose_mouse(
struct window_pane *wp, unused struct client *c, struct mouse_event *m)