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-more.c | 1 + 1 file changed, 1 insertion(+) (limited to 'window-more.c') diff --git a/window-more.c b/window-more.c index 94a08f1e..ec705795 100644 --- a/window-more.c +++ b/window-more.c @@ -123,6 +123,7 @@ window_more_resize(struct window_pane *wp, u_int sx, u_int sy) window_more_redraw_screen(wp); } +/* ARGSUSED */ void window_more_key(struct window_pane *wp, unused struct client *c, int key) { -- cgit