summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2013-03-22 10:31:23 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2013-03-22 10:31:23 +0000
commit14cda468dba40c172683503f0768bc238dba7efd (patch)
treed17c13f79b52e5f5cbd76e8e24c85aaf6c2bc843 /usr.bin/tmux/window.c
parent0d1b34b0ac6b06752e5634a795cd2708478119e4 (diff)
No more lint means no more ARGSUSED.
Diffstat (limited to 'usr.bin/tmux/window.c')
-rw-r--r--usr.bin/tmux/window.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tmux/window.c b/usr.bin/tmux/window.c
index efa07f1e696..6d75fa0b7cf 100644
--- a/usr.bin/tmux/window.c
+++ b/usr.bin/tmux/window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: window.c,v 1.89 2013/02/05 11:08:59 nicm Exp $ */
+/* $OpenBSD: window.c,v 1.90 2013/03/22 10:31:22 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -802,7 +802,6 @@ window_pane_timer_callback(unused int fd, unused short events, void *data)
wp->changes = 0;
}
-/* ARGSUSED */
void
window_pane_read_callback(unused struct bufferevent *bufev, void *data)
{
@@ -829,7 +828,6 @@ window_pane_read_callback(unused struct bufferevent *bufev, void *data)
fatal("gettimeofday failed.");
}
-/* ARGSUSED */
void
window_pane_error_callback(
unused struct bufferevent *bufev, unused short what, void *data)