summaryrefslogtreecommitdiffstats
path: root/window-more.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-28 14:50:37 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-28 14:50:37 +0000
commitc12e0b0708ee1aa16608eff9d0ad3f0628cbac0f (patch)
tree3a99b02a67d6a0f3afcf40cc831ba5c74e0b4ffa /window-more.c
parentbbd9652d325013911896687236e1700d601fae6b (diff)
Sync OpenBSD patchset 567:
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to the rest to reduce lint output.
Diffstat (limited to 'window-more.c')
-rw-r--r--window-more.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/window-more.c b/window-more.c
index d9b3a728..e2708e89 100644
--- a/window-more.c
+++ b/window-more.c
@@ -1,4 +1,4 @@
-/* $Id: window-more.c,v 1.38 2009-09-11 14:13:52 tcunha Exp $ */
+/* $Id: window-more.c,v 1.39 2009-11-28 14:50:37 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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)
{