From 4ca857e0e922d0afeb7896ff62e9f47c0c36c535 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 26 Nov 2009 21:37:13 +0000 Subject: Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to the rest to reduce lint output. --- window-choose.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'window-choose.c') diff --git a/window-choose.c b/window-choose.c index a0f66b81..fc012d9e 100644 --- a/window-choose.c +++ b/window-choose.c @@ -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) -- cgit