diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-03-22 10:31:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-03-22 10:31:22 +0000 |
commit | 8d59b189cc9e83ac0049fc3108de1b822fa7b4ce (patch) | |
tree | b5064b9d8e9a6ed7af9f363a412866ce23749870 /names.c | |
parent | 306a3b8d8070146e22e26866390f9901fa1b7c4e (diff) | |
download | rtmux-8d59b189cc9e83ac0049fc3108de1b822fa7b4ce.tar.gz rtmux-8d59b189cc9e83ac0049fc3108de1b822fa7b4ce.tar.bz2 rtmux-8d59b189cc9e83ac0049fc3108de1b822fa7b4ce.zip |
No more lint means no more ARGSUSED.
Diffstat (limited to 'names.c')
-rw-r--r-- | names.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ queue_window_name(struct window *w) evtimer_add(&w->name_timer, &tv); } -/* ARGSUSED */ void window_name_callback(unused int fd, unused short events, void *data) { |