summaryrefslogtreecommitdiffstats
path: root/window-clock.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-26 21:37:13 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-26 21:37:13 +0000
commit4ca857e0e922d0afeb7896ff62e9f47c0c36c535 (patch)
tree03a930475b6ada864aa9d2d72378b66f9a9fbdf0 /window-clock.c
parent621dabd44e36c4bfdcd56e9e9730a9e10677e2bd (diff)
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
the rest to reduce lint output.
Diffstat (limited to 'window-clock.c')
-rw-r--r--window-clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window-clock.c b/window-clock.c
index 49239180..d45d6cdd 100644
--- a/window-clock.c
+++ b/window-clock.c
@@ -82,6 +82,7 @@ window_clock_resize(struct window_pane *wp, u_int sx, u_int sy)
window_clock_draw_screen(wp);
}
+/* ARGSUSED */
void
window_clock_key(
struct window_pane *wp, unused struct client *c, unused int key)