aboutsummaryrefslogtreecommitdiff
path: root/names.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-17 23:15:38 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-17 23:15:38 +0000
commit9d165df18aa9731b6720cce9093e006f22d34914 (patch)
tree708f4bd8aab8221ead85d9f34fcda2e3e98a3de8 /names.c
parent7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315 (diff)
downloadrtmux-9d165df18aa9731b6720cce9093e006f22d34914.tar.gz
rtmux-9d165df18aa9731b6720cce9093e006f22d34914.tar.bz2
rtmux-9d165df18aa9731b6720cce9093e006f22d34914.zip
No more lint means no more ARGSUSED.
Diffstat (limited to 'names.c')
-rw-r--r--names.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/names.c b/names.c
index 72f1ad17..f536d2fc 100644
--- a/names.c
+++ b/names.c
@@ -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)
{