summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-22 10:31:22 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-22 10:31:22 +0000
commit8d59b189cc9e83ac0049fc3108de1b822fa7b4ce (patch)
treeb5064b9d8e9a6ed7af9f363a412866ce23749870 /window.c
parent306a3b8d8070146e22e26866390f9901fa1b7c4e (diff)
No more lint means no more ARGSUSED.
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/window.c b/window.c
index 20cd9aa3..79ade400 100644
--- a/window.c
+++ b/window.c
@@ -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)